KPI Tracker | Tally Counter

Keep Track of your actions with simple tally counter

Was ist KPI Tracker | Tally Counter?

KPI Tracker | Tally Counter ist eine Chrome-Erweiterung, die von growthnodes entwickelt wurde, und ihr Hauptmerkmal ist "Keep Track of your actions with simple tally counter".

Erweiterungsscreenshots

screenshot

KPI Tracker | Tally Counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie KPI Tracker | Tally Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Keep Track of your actions with simple KPI Tracker tally counter                    

Grundlegende Informationen zur Erweiterung

Name KPI Tracker | Tally Counter KPI Tracker | Tally Counter
ID pageafcofdapliljmnpgphmagidacgij
Offizielle URL https://chromewebstore.google.com/detail/kpi-tracker-tally-counter/pageafcofdapliljmnpgphmagidacgij
Beschreibung Keep Track of your actions with simple tally counter
Dateigröße 654 KB
Installationsanzahl 82
Aktuelle Version 0.0.1
Letztes Update 2023-06-08
Veröffentlichungsdatum 2023-06-08
Entwickler growthnodes
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://growthnodes.com/privacy
Unterstützte Sprachen 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": []
        }
    ]
}