Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
What is Zoho people timetracker?
Zoho people timetracker is a Chrome extension developed by Inheaden, and its main feature is "A chrome extension that makes using the Zoho people timetracker easier".
Extension Screenshots
Download Zoho people timetracker Extension CRX File
Download Zoho people timetracker 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
An unofficial chrome extension that makes using the Zoho people timetracker easier. It has the following features: * Authentication with Zoho * Search for Jobs and start a timer * Pause and resume a timer This requires an account on https://people.zoho.eu/.
Extension Basic Information
Name | Zoho people timetracker |
ID | ohahkhlnaknnepknmnbnohladlphgloo |
Official URL | https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo |
Description | A chrome extension that makes using the Zoho people timetracker easier |
File Size | 383 KB |
Installation Count | 33 |
Current Version | 1.2.0 |
Last Updated | 2023-01-31 |
Publish Date | 2022-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Inheaden |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/inheaden/zoho-timetracking-chrome-extension |
Help Page URL | https://github.com/inheaden/zoho-timetracking-chrome-extension/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension that makes using the Zoho people timetracker easier", "version": "1.2.0", "manifest_version": 3, "name": "Zoho people timetracker", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "host_permissions": [ "https:\/\/people.zoho.eu\/*", "https:\/\/*.inheaden.cloud\/*" ], "permissions": [ "identity" ], "devtools_page": "devtools.html", "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |