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