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はEfin s.r.oによって開発されたChromeの拡張機能で、その主な機能は「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

Sphere Benefits Monitor拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}