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
电子邮箱 [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"
    }
}