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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.sphere.cz
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}