TimeChimp Tracker

Extensie voor automatische urenregistratie.

TimeChimp Trackerคืออะไร?

TimeChimp Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ClockAssist และคุณลักษณะหลักของมันคือ "Extensie voor automatische urenregistratie."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimeChimp Tracker

ดาวน์โหลดไฟล์ส่วนขยาย TimeChimp Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The software of TimeChimp automatically logges time for our users. This extension automatically detects what project the user is working on within online webapplications.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TimeChimp Tracker TimeChimp Tracker
ID lhmfhaopphdldlgbpjnnpjckjemclooj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timechimp-tracker/lhmfhaopphdldlgbpjnnpjckjemclooj
คำอธิบาย Extensie voor automatische urenregistratie.
ขนาดไฟล์ 50.35 KB
จำนวนการติดตั้ง 640
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2022-12-13
วันที่เผยแพร่ 2022-09-08
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ClockAssist
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeChimp Tracker",
    "description": "Extensie voor automatische urenregistratie.",
    "version": "2.0.5",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "agents.json",
                "icon-alert.png",
                "icon-check.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "editor.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}