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…

Was ist Sphere Benefits Monitor?

Sphere Benefits Monitor ist eine Chrome-Erweiterung, die von Efin s.r.o entwickelt wurde, und ihr Hauptmerkmal ist "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Erweiterungsscreenshots

screenshot

Sphere Benefits Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sphere Benefits Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
Offizielle URL https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Beschreibung Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Dateigröße 48.53 KB
Installationsanzahl 1,345
Aktuelle Version 2.1.2
Letztes Update 2023-06-19
Veröffentlichungsdatum 2020-09-24
Bewertung 3.86/5 Insgesamt 7 Bewertungen
Entwickler Efin s.r.o
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sphere.cz
Hilfeseite URL https://www.sphere.cz
URL der Datenschutzrichtlinien-Seite https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Unterstützte Sprachen 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\/*"
    ]
}