Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
Cos'è Zoho people timetracker?
Zoho people timetracker è un'estensione di Chrome sviluppata da Inheaden, e la sua funzione principale è "A chrome extension that makes using the Zoho people timetracker easier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zoho people timetracker
Scarica i file di estensione Zoho people timetracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/.
Informazioni di Base sull'Estensione
Nome | Zoho people timetracker |
ID | ohahkhlnaknnepknmnbnohladlphgloo |
URL Ufficiale | https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo |
Descrizione | A chrome extension that makes using the Zoho people timetracker easier |
Dimensione del File | 383 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-01-31 |
Data di Pubblicazione | 2022-12-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Inheaden |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/inheaden/zoho-timetracking-chrome-extension |
URL della Pagina di Aiuto | https://github.com/inheaden/zoho-timetracking-chrome-extension/issues |
Lingue Supportate | 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]" } } } |