KPI Tracker | Tally Counter

Keep Track of your actions with simple tally counter

什么是KPI Tracker | Tally Counter?

KPI Tracker | Tally Counter是由growthnodes开发的Chrome扩展程序,该扩展的主要功能是“Keep Track of your actions with simple tally counter”。

扩展截图

screenshot

下载KPI Tracker | Tally Counter扩展crx文件

下载KPI Tracker | Tally Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Keep Track of your actions with simple KPI Tracker tally counter                    

扩展基本信息

名称 KPI Tracker | Tally Counter KPI Tracker | Tally Counter
ID pageafcofdapliljmnpgphmagidacgij
官方URL https://chromewebstore.google.com/detail/kpi-tracker-tally-counter/pageafcofdapliljmnpgphmagidacgij
简介 Keep Track of your actions with simple tally counter
文件大小 654 KB
安装次数 82
当前版本 0.0.1
更新时间 2023-06-08
上架时间 2023-06-08
开发者 growthnodes
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://growthnodes.com/privacy
支持的语言 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": []
        }
    ]
}