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…

Wat is Sphere Benefits Monitor?

Sphere Benefits Monitor is een Chrome-extensie ontwikkeld door Efin s.r.o, en de belangrijkste functie is "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sphere Benefits Monitor

Download Sphere Benefits Monitor-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

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

Basisinformatie over de Extensie

Naam Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
Officiële URL https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Beschrijving Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Bestandsgrootte 48.53 KB
Aantal Installaties 1,345
Huidige Versie 2.1.2
Laatst Bijgewerkt 2023-06-19
Publicatiedatum 2020-09-24
Beoordeling 3.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Efin s.r.o
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.sphere.cz
Help Pagina-URL https://www.sphere.cz
URL van de Privacybeleid Pagina https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Ondersteunde Talen 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\/*"
    ]
}