Quidlo Timesheets Time Tracker
Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
Quidlo Timesheets Time Tracker là gì?
Quidlo Timesheets Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi Quidlo, và tính năng chính của nó là "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".
Ả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 Quidlo Timesheets Time Tracker
Tải xuống các tệp mở rộng Quidlo Timesheets 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
Quidlo Timesheets is a time tracking tool dedicated first of all - but not only - to all teams still using spreadsheets. It gives more control over time logging and reporting than a spreadsheet, while keeping its simplicity. Moreover it is FREE for small teams! Timesheets works on all your devices. Are you always on the go? Download the Android app on your phone and have an easy access to Timesheets wherever work takes you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quidlo Timesheets Time Tracker |
ID | nhjkdkcoojjnpdfcefbopdkcbhkgpbln |
URL Chính Thức | https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln |
Mô tả | Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes. |
Kích Thước Tệp | 2.25 MB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2023-01-31 |
Ngày Phát Hành | 2023-01-31 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Quidlo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.quidlo.com/timesheets/ |
URL Trang Trợ Giúp | https://www.quidlo.com/help/ |
URL Trang Chính Sách Bảo Mật | https://www.quidlo.com/timesheets/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quidlo Timesheets Time Tracker", "description": "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "version": "0.7", "action": { "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "default_popup": "popup\/index.html", "default_title": "Quidlo Timesheets" }, "background": { "service_worker": "service-worker.js" }, "host_permissions": [ "*:\/\/*.quidlo.com\/*" ], "permissions": [ "storage", "notifications", "alarms", "cookies" ], "content_scripts": [ { "matches": [ "https:\/\/miquido.atlassian.net\/browse\/*" ], "js": [ "\/scripts\/jira-details.js" ], "css": [ "\/styles\/button.css" ] }, { "matches": [ "https:\/\/miquido.atlassian.net\/jira\/*?selectedIssue=*" ], "js": [ "\/scripts\/jira.js" ] } ] } |