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…

O que é Sphere Benefits Monitor?

Sphere Benefits Monitor é uma extensão do Chrome desenvolvida por Efin s.r.o, e sua principal característica é "Install the Sphere Benefits Monitor in your Chrome browser and you won't miss out on any of the benefits offered by the Sphere…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sphere Benefits Monitor

Baixe arquivos de extensão Sphere Benefits Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Sphere Benefits Monitor Sphere Benefits Monitor
ID mabpbleacpdfeedfnpbbhhbmbpomdjcb
URL Oficial https://chromewebstore.google.com/detail/sphere-benefits-monitor/mabpbleacpdfeedfnpbbhhbmbpomdjcb
Descriçã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…
Tamanho do Arquivo 48.53 KB
Contagem de Instalações 1,345
Versão Atual 2.1.2
Última Atualização 2023-06-19
Data de Publicação 2020-09-24
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor Efin s.r.o
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.sphere.cz
URL da Página de Ajuda https://www.sphere.cz
URL da Página de Política de Privacidade https://www.sphere.cz/wp-content/uploads/2023/03/zasady_zpracovani_osobnich_udaju180521.pdf
Idiomas Suportados 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\/*"
    ]
}