1 item
Birtch customer display app <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>
rating_count is the Chrome Web Store ratings count, not a written-review count.