Swisscom Product EAN

Displays EAN on Swisscom product pages

Wat is Swisscom Product EAN?

Swisscom Product EAN is een Chrome-extensie ontwikkeld door Frank Ren, en de belangrijkste functie is "Displays EAN on Swisscom product pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Swisscom Product EAN

Download Swisscom Product EAN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Swisscom Product EAN Swisscom Product EAN
ID loakjoegnenmkglmfmanlmmppflcepee
Officiële URL https://chromewebstore.google.com/detail/swisscom-product-ean/loakjoegnenmkglmfmanlmmppflcepee
Beschrijving Displays EAN on Swisscom product pages
Bestandsgrootte 40.12 KB
Aantal Installaties 19
Huidige Versie 0.2.3
Laatst Bijgewerkt 2022-09-30
Publicatiedatum 2022-07-06
Ontwikkelaar Frank Ren
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.swisscom.ch/en/residential/products.html
Ondersteunde Talen 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"
    ]
}