Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
什麼是Zoho people timetracker?
Zoho people timetracker是由Inheaden開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that makes using the Zoho people timetracker easier”。
擴展截圖
下載Zoho people timetracker擴展crx文件
下載Zoho people timetracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/.
擴展基本資訊
名稱 | Zoho people timetracker |
ID | ohahkhlnaknnepknmnbnohladlphgloo |
官方網址 | https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo |
簡介 | A chrome extension that makes using the Zoho people timetracker easier |
檔案大小 | 383 KB |
安裝次數 | 33 |
目前版本 | 1.2.0 |
更新時間 | 2023-01-31 |
上架時間 | 2022-12-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Inheaden |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/inheaden/zoho-timetracking-chrome-extension |
說明頁面URL | https://github.com/inheaden/zoho-timetracking-chrome-extension/issues |
支援的語言 | 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]" } } } |