KPI Tracker | Tally Counter

Keep Track of your actions with simple tally counter

Qu'est-ce que KPI Tracker | Tally Counter ?

KPI Tracker | Tally Counter est une extension Chrome développée par growthnodes, et sa fonction principale est "Keep Track of your actions with simple tally counter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KPI Tracker | Tally Counter

Téléchargez les fichiers d'extension KPI Tracker | Tally Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Keep Track of your actions with simple KPI Tracker tally counter                    

Informations de Base sur l'Extension

Nom KPI Tracker | Tally Counter KPI Tracker | Tally Counter
ID pageafcofdapliljmnpgphmagidacgij
URL Officiel https://chromewebstore.google.com/detail/kpi-tracker-tally-counter/pageafcofdapliljmnpgphmagidacgij
Description Keep Track of your actions with simple tally counter
Taille du Fichier 654 KB
Nombre d'Installations 82
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-06-08
Date de Publication 2023-06-08
Développeur growthnodes
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://growthnodes.com/privacy
Langues Prises en Charge 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": []
        }
    ]
}