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 là gì?

Sphere Benefits Monitor là một tiện ích mở rộng Chrome được phát triển bởi Efin s.r.o, và tính năng chính của nó là "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sphere Benefits Monitor

Tải xuống các tệp mở rộng Sphere Benefits Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
URL Chính Thức https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Mô tả Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…
Kích Thước Tệp 48.53 KB
Số Lần Cài Đặt 1,345
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2023-06-19
Ngày Phát Hành 2020-09-24
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Efin s.r.o
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sphere.cz
URL Trang Trợ Giúp https://www.sphere.cz
URL Trang Chính Sách Bảo Mật https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}