Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
Co to jest Zoho people timetracker?
Zoho people timetracker to rozszerzenie Chrome opracowane przez Inheaden, a jego główną funkcją jest „A chrome extension that makes using the Zoho people timetracker easier”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zoho people timetracker
Pobierz pliki rozszerzeń Zoho people timetracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/.
Podstawowe informacje o rozszerzeniu
Nazwa | Zoho people timetracker |
ID | ohahkhlnaknnepknmnbnohladlphgloo |
Oficjalny URL | https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo |
Opis | A chrome extension that makes using the Zoho people timetracker easier |
Rozmiar pliku | 383 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2023-01-31 |
Data Publikacji | 2022-12-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Inheaden |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/inheaden/zoho-timetracking-chrome-extension |
Adres URL Strony Pomocy | https://github.com/inheaden/zoho-timetracking-chrome-extension/issues |
Obsługiwane Języki | 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]" } } } |