KPI Tracker | Tally Counter

Keep Track of your actions with simple tally counter

O que é KPI Tracker | Tally Counter?

KPI Tracker | Tally Counter é uma extensão do Chrome desenvolvida por growthnodes, e sua principal característica é "Keep Track of your actions with simple tally counter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KPI Tracker | Tally Counter

Baixe arquivos de extensão KPI Tracker | Tally Counter 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

                        Keep Track of your actions with simple KPI Tracker tally counter                    

Informações Básicas da Extensão

Nome KPI Tracker | Tally Counter KPI Tracker | Tally Counter
ID pageafcofdapliljmnpgphmagidacgij
URL Oficial https://chromewebstore.google.com/detail/kpi-tracker-tally-counter/pageafcofdapliljmnpgphmagidacgij
Descrição Keep Track of your actions with simple tally counter
Tamanho do Arquivo 654 KB
Contagem de Instalações 82
Versão Atual 0.0.1
Última Atualização 2023-06-08
Data de Publicação 2023-06-08
Desenvolvedor growthnodes
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://growthnodes.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KPI Tracker | Tally Counter",
    "version": "0.0.1",
    "description": "Keep Track of your actions with simple tally counter",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}