Swisscom Product EAN
Displays EAN on Swisscom product pages
What is Swisscom Product EAN?
Swisscom Product EAN is a Chrome extension developed by Frank Ren, and its main feature is "Displays EAN on Swisscom product pages".
Extension Screenshots
Download Swisscom Product EAN Extension CRX File
Download Swisscom Product EAN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension will insert an EAN-13 barcode on a Swisscom product page. The same barcode can be found on the labels attached to physical product packages in Swisscom shops. Note: It is in the category of developer tools. If the above doesn't make sense to you, that means you don't need it.
Extension Basic Information
Name | Swisscom Product EAN |
ID | loakjoegnenmkglmfmanlmmppflcepee |
Official URL | https://chromewebstore.google.com/detail/swisscom-product-ean/loakjoegnenmkglmfmanlmmppflcepee |
Description | Displays EAN on Swisscom product pages |
File Size | 40.12 KB |
Installation Count | 19 |
Current Version | 0.2.3 |
Last Updated | 2022-09-30 |
Publish Date | 2022-07-06 |
Developer | Frank Ren |
[email protected] | |
Payment Type | free |
Extension Website | https://www.swisscom.ch/en/residential/products.html |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Swisscom Product EAN", "description": "Displays EAN on Swisscom product pages", "version": "0.2.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Swisscom Product EAN" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js", "JsBarcode.ean-upc.min.js" ], "matches": [ "https:\/\/www.swisscom.ch\/en\/residential\/products*", "https:\/\/www.swisscom.ch\/de\/privatkunden\/produkte*", "https:\/\/www.swisscom.ch\/fr\/clients-prives\/produits*", "https:\/\/www.swisscom.ch\/it\/clienti-privati\/prodotti*" ], "all_frames": true } ], "permissions": [ "tabs", "debugger", "storage" ] } |