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…

Qu'est-ce que Sphere Benefits Monitor ?

Sphere Benefits Monitor est une extension Chrome développée par Efin s.r.o, et sa fonction principale est "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sphere Benefits Monitor

Téléchargez les fichiers d'extension Sphere Benefits Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
URL Officiel https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Description Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Taille du Fichier 48.53 KB
Nombre d'Installations 1,345
Version Actuelle 2.1.2
Dernière Mise à Jour 2023-06-19
Date de Publication 2020-09-24
Évaluation 3.86/5 Total 7 Évaluations
Développeur Efin s.r.o
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sphere.cz
URL de la Page d'Aide https://www.sphere.cz
URL de la Page de Politique de Confidentialité https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Langues Prises en Charge 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\/*"
    ]
}