Birch customer display connector in Chrome with OffiDocs
Ad
DESCRIPTION
<script> // The ID of the extension we want to talk to.
var customerDisplayExtensionId = "ihfgcklpchljeoocpbokhcibeflhhojg"; let message = { // One of dealRow, total or payment dealRow: { productName: 'This is product name!', productCode: 'productCode', price: '1.95583', quantity: '10000', total: '5112.918811962185' }, total:{ fee: '2.00', total: '90.67' }, payment:{ received: '100.00', return: '9.33' } }; chrome.
runtime.
sendMessage(customerDisplayExtensionId, {message: message}, (response) => { if (!response) console.
log('No response'); }); </script>
Additional Information:
- Offered by it
- Average rating : 0 stars (hated it)
Birch customer display connector web extension integrated with the OffiDocs Chromium online