TimeTrack Timer
Timer for TimeTrack Enterprise
What is TimeTrack Timer?
TimeTrack Timer is a Chrome extension developed by TimeTrack GmbH, and its main feature is "Timer for TimeTrack Enterprise".
Extension Screenshots
Download TimeTrack Timer Extension CRX File
Download TimeTrack Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TimeTrack Timer |
ID | bbakpndmmdbijomdgpddompoknmaocha |
Official URL | https://chromewebstore.google.com/detail/timetrack-timer/bbakpndmmdbijomdgpddompoknmaocha |
Description | Timer for TimeTrack Enterprise |
File Size | 742 KB |
Installation Count | 116 |
Current Version | 1.0.2 |
Last Updated | 2023-11-22 |
Publish Date | 2021-05-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | TimeTrack GmbH |
[email protected] | |
Payment Type | free |
Extension Website | https://www.timetrackapp.com |
Help Page URL | https://www.timetrackapp.com |
Privacy Policy Page URL | https://www.timetrackapp.com/datenschutz |
Supported Languages | 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" } } |