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…

Τι είναι το Sphere Benefits Monitor;

Το Sphere Benefits Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Efin s.r.o, και η κύρια λειτουργία του είναι "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sphere Benefits Monitor

Λήψη αρχείων επέκτασης Sphere Benefits Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
Επίσημο URL https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Περιγραφή Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Μέγεθος Αρχείου 48.53 KB
Αριθμός Εγκαταστάσεων 1,345
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2023-06-19
Ημερομηνία Δημοσίευσης 2020-09-24
Αξιολόγηση 3.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Efin s.r.o
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.sphere.cz
Διεύθυνση URL της Σελίδας Βοήθειας https://www.sphere.cz
URL της Σελίδας Πολιτικής Απορρήτου https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}