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…

Co je Sphere Benefits Monitor?

Sphere Benefits Monitor je rozšíření Chrome vyvinuté Efin s.r.o, a jeho hlavní funkcí je „Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sphere Benefits Monitor

Stáhněte si soubory rozšíření Sphere Benefits Monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
Oficiální URL https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Popis Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Velikost souboru 48.53 KB
Počet instalací 1,345
Aktuální Verze 2.1.2
Poslední Aktualizace 2023-06-19
Datum Vydání 2020-09-24
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář Efin s.r.o
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.sphere.cz
URL Stránky Nápovědy https://www.sphere.cz
URL Stránky Zásad Ochrany Soukromí https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Podporované Jazyky 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\/*"
    ]
}