Zoho people timetracker
A chrome extension that makes using the Zoho people timetracker easier
Zoho people timetracker là gì?
Zoho people timetracker là một tiện ích mở rộng Chrome được phát triển bởi Inheaden, và tính năng chính của nó là "A chrome extension that makes using the Zoho people timetracker easier".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zoho people timetracker
Tải xuống các tệp mở rộng Zoho people timetracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zoho people timetracker |
ID | ohahkhlnaknnepknmnbnohladlphgloo |
URL Chính Thức | https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo |
Mô tả | A chrome extension that makes using the Zoho people timetracker easier |
Kích Thước Tệp | 383 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-01-31 |
Ngày Phát Hành | 2022-12-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Inheaden |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/inheaden/zoho-timetracking-chrome-extension |
URL Trang Trợ Giúp | https://github.com/inheaden/zoho-timetracking-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |