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…

Vad är Sphere Benefits Monitor?

Sphere Benefits Monitor är en Chrome-tillägg utvecklad av Efin s.r.o, och dess huvudfunktion är "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Tilläggsskärmbilder

screenshot

Ladda ner Sphere Benefits Monitor-förlängningens CRX-fil

Ladda ner Sphere Benefits Monitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
Officiell webbadress https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Beskrivning Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Filstorlek 48.53 KB
Antal Installationer 1,345
Aktuell Version 2.1.2
Senast Uppdaterad 2023-06-19
Publiceringsdatum 2020-09-24
Betyg 3.86/5 Totalt 7 Betyg
Utvecklare Efin s.r.o
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.sphere.cz
Hjälpsida URL https://www.sphere.cz
URL till Sekretesspolicy Sidan https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Stödda Språk 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\/*"
    ]
}