Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
Zoho people timetrackerคืออะไร?
Zoho people timetracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inheaden และคุณลักษณะหลักของมันคือ "A chrome extension that makes using the Zoho people timetracker easier"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho people timetracker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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]" } } } |