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
官方網址 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": []
        }
    ]
}