TimeTrack Timer
Timer for TimeTrack Enterprise
什么是TimeTrack Timer?
TimeTrack Timer是由TimeTrack GmbH开发的Chrome扩展程序,该扩展的主要功能是“Timer for TimeTrack Enterprise”。
扩展截图
下载TimeTrack Timer扩展crx文件
下载TimeTrack Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        TimeTrack Timer for project time tracking.
Switch between projects with only one click.
See latest used projects.
Change language, default project or task / activity.
You need TimeTrack Enterprise account in order to use the Timer.                     扩展基本信息
| 名称 |   |  
| ID | bbakpndmmdbijomdgpddompoknmaocha | 
| 官方URL | https://chromewebstore.google.com/detail/timetrack-timer/bbakpndmmdbijomdgpddompoknmaocha | 
| 简介 | Timer for TimeTrack Enterprise | 
| 文件大小 | 742 KB | 
| 安装次数 | 116 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2023-11-22 | 
| 上架时间 | 2021-05-27 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | TimeTrack GmbH | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.timetrackapp.com | 
| 帮助页面URL | https://www.timetrackapp.com | 
| 隐私政策页面URL | https://www.timetrackapp.com/datenschutz | 
| 支持的语言 | de,en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.timetrackenterprise.com\/*"
    ],
    "action": {
        "default_icon": {
            "128": "images\/logo128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/logo128.png",
        "256": "images\/logo256.png"
    }
}  |  |