KPI Tracker | Tally Counter

Keep Track of your actions with simple tally counter

KPI Tracker | Tally Counterคืออะไร?

KPI Tracker | Tally Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย growthnodes และคุณลักษณะหลักของมันคือ "Keep Track of your actions with simple tally counter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KPI Tracker | Tally Counter

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
        }
    ]
}