Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
Vad är Zoho people timetracker?
Zoho people timetracker är en Chrome-tillägg utvecklad av Inheaden, och dess huvudfunktion är "A chrome extension that makes using the Zoho people timetracker easier".
Tilläggsskärmbilder
Ladda ner Zoho people timetracker-förlängningens CRX-fil
Ladda ner Zoho people timetracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/.
Grundläggande Information om Tillägg
Namn | Zoho people timetracker |
ID | ohahkhlnaknnepknmnbnohladlphgloo |
Officiell webbadress | https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo |
Beskrivning | A chrome extension that makes using the Zoho people timetracker easier |
Filstorlek | 383 KB |
Antal Installationer | 33 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2023-01-31 |
Publiceringsdatum | 2022-12-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Inheaden |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/inheaden/zoho-timetracking-chrome-extension |
Hjälpsida URL | https://github.com/inheaden/zoho-timetracking-chrome-extension/issues |
Stödda Språk | 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]" } } } |