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
Eメール [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": []
        }
    ]
}