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 to jest Sphere Benefits Monitor?

Sphere Benefits Monitor to rozszerzenie Chrome opracowane przez Efin s.r.o, a jego główną funkcją jest „Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sphere Benefits Monitor

Pobierz pliki rozszerzeń Sphere Benefits Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
Oficjalny URL https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Opis Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Rozmiar pliku 48.53 KB
Liczba instalacji 1,345
Aktualna Wersja 2.1.2
Ostatnia Aktualizacja 2023-06-19
Data Publikacji 2020-09-24
Ocena 3.86/5 Łącznie 7 Oceny
Deweloper Efin s.r.o
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sphere.cz
Adres URL Strony Pomocy https://www.sphere.cz
Adres URL Strony Polityki Prywatności https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Obsługiwane Języki 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\/*"
    ]
}