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…

Apa itu Sphere Benefits Monitor?

Sphere Benefits Monitor adalah ekstensi Chrome yang dikembangkan oleh Efin s.r.o, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sphere Benefits Monitor

Unduh file ekstensi Sphere Benefits Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
URL Resmi https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Deskripsi Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Ukuran File 48.53 KB
Jumlah Instalasi 1,345
Versi Saat Ini 2.1.2
Terakhir Diperbarui 2023-06-19
Tanggal Publikasi 2020-09-24
Penilaian 3.86/5 Total 7 Penilaian
Pengembang Efin s.r.o
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.sphere.cz
URL Halaman Bantuan https://www.sphere.cz
URL Halaman Kebijakan Privasi https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Bahasa yang Didukung 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\/*"
    ]
}