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\/*"
    ]
}