CSL - Time Tracker
Edit, create and view your Daily Time Tracks & Tasks.
CSL - Time Tracker là gì?
CSL - Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi admin, và tính năng chính của nó là "Edit, create and view your Daily Time Tracks & Tasks.".
Ả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 CSL - Time Tracker
Tải xuống các tệp mở rộng CSL - Time Tracker 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
This extension is designed and developed by Cloud Science Labs for their employees to better track their daily tasks and workload. This extension helps our employees to log daily time entries and get updates for their tasks on a daily basis. The employee needs to login using this extension and start their time entries using this tool. They can choose the Project/Sprint/Tasks they are working on and start their time entry on that. They can also create tasks using this extension for their team members. There is a browser interface to login into this app as well, which you can find here: https://csl-console.uc.r.appspot.com/ In future, there will be a desktop notification for all users to remind them about their current running task and also reminders for Lunch and coffee Breaks on specific time intervals.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ohjjgdhfdmdcplfoepkmpiidomkephkg |
URL Chính Thức | https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg |
Mô tả | Edit, create and view your Daily Time Tracks & Tasks. |
Kích Thước Tệp | 2.61 MB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-01-10 |
Ngày Phát Hành | 2022-06-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | admin |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSL - Time Tracker", "version": "1.0.3", "manifest_version": 3, "action": { "default_icon": ".\/images\/icon16.png", "default_popup": ".\/login_email.html" }, "description": "Edit, create and view your Daily Time Tracks & Tasks.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "omnibox": { "keyword": "TimeTracker" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "host_permissions": [ "https:\/\/csl-console.uc.r.appspot.com\/" ] } |