Sphere Benefits Monitor

Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…

Cos'è Sphere Benefits Monitor?

Sphere Benefits Monitor è un'estensione di Chrome sviluppata da Efin s.r.o, e la sua funzione principale è "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sphere Benefits Monitor

Scarica i file di estensione Sphere Benefits Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can find more about the Sphere loyalty program at sphere.cz                    

Informazioni di Base sull'Estensione

Nome Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
URL Ufficiale https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Descrizione Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Dimensione del File 48.53 KB
Conteggio Installazioni 1,345
Versione Corrente 2.1.2
Ultimo Aggiornamento 2023-06-19
Data di Pubblicazione 2020-09-24
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore Efin s.r.o
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sphere.cz
URL della Pagina di Aiuto https://www.sphere.cz
URL della Pagina della Politica sulla Privacy https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Lingue Supportate en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.2",
    "default_locale": "cs",
    "description": "__MSG_appDesc__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webfont.js",
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/publicdata.sphere.cz\/*"
    ]
}