TimeChimp Tracker

Extensie voor automatische urenregistratie.

TimeChimp Trackerとは何ですか?

TimeChimp TrackerはClockAssistによって開発されたChromeの拡張機能で、その主な機能は「Extensie voor automatische urenregistratie.」です。

拡張機能のスクリーンショット

screenshot

TimeChimp Tracker拡張機能のCRXファイルをダウンロード

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