TimeChimp Tracker

Extensie voor automatische urenregistratie.

TimeChimp Tracker là gì?

TimeChimp Tracker là một tiện ích mở rộng Chrome được phát triển bởi ClockAssist, và tính năng chính của nó là "Extensie voor automatische urenregistratie.".

Ả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 TimeChimp Tracker

Tải xuống các tệp mở rộng TimeChimp Tracker 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

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

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

Tên TimeChimp Tracker TimeChimp Tracker
ID lhmfhaopphdldlgbpjnnpjckjemclooj
URL Chính Thức https://chromewebstore.google.com/detail/timechimp-tracker/lhmfhaopphdldlgbpjnnpjckjemclooj
Mô tả Extensie voor automatische urenregistratie.
Kích Thước Tệp 50.35 KB
Số Lần Cài Đặt 640
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2022-09-08
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ClockAssist
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}