KPI Tracker | Tally Counter

Keep Track of your actions with simple tally counter

KPI Tracker | Tally Counter là gì?

KPI Tracker | Tally Counter là một tiện ích mở rộng Chrome được phát triển bởi growthnodes, và tính năng chính của nó là "Keep Track of your actions with simple tally counter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KPI Tracker | Tally Counter

Tải xuống các tệp mở rộng KPI Tracker | Tally Counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Keep Track of your actions with simple KPI Tracker tally counter                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KPI Tracker | Tally Counter KPI Tracker | Tally Counter
ID pageafcofdapliljmnpgphmagidacgij
URL Chính Thức https://chromewebstore.google.com/detail/kpi-tracker-tally-counter/pageafcofdapliljmnpgphmagidacgij
Mô tả Keep Track of your actions with simple tally counter
Kích Thước Tệp 654 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-06-08
Ngày Phát Hành 2023-06-08
Nhà Phát Triển growthnodes
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://growthnodes.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}