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/. 拡張機能の基本情報
| 名前 | |
| ID | ohahkhlnaknnepknmnbnohladlphgloo |
| 公式URL | 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 |
| Eメール | [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]"
}
}
} | |