Clockk
Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Clockk là gì?
Clockk là một tiện ích mở rộng Chrome được phát triển bởi Clockk.com Inc., và tính năng chính của nó là "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.".
Ả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 Clockk
Tải xuống các tệp mở rộng Clockk 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
Make more money with quick, painless, and accurate time tracking. Clockk makes agencies more efficient and profitable by enabling data-driven decision making about time. No timers needed! This web extension allows Clockk to gather productivity data as you browse the internet. An active Clockk account is required to use this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clockk |
ID | inpnfpglfklplkhnpggbomjdfjlnldhg |
URL Chính Thức | https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg |
Mô tả | Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension. |
Kích Thước Tệp | 937 KB |
Số Lần Cài Đặt | 739 |
Phiên Bản Hiện Tại | 2.3.9 |
Cập Nhật Lần Cuối | 2023-11-18 |
Ngày Phát Hành | 2020-03-24 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Clockk.com Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://clockk.com/ |
URL Trang Chính Sách Bảo Mật | https://clockk.com/our-privacy-promise |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clockk", "author": "Clockk.com Inc.", "homepage_url": "https:\/\/clockk.com\/", "short_name": "Clockk", "description": "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.", "version": "2.3.9", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Clockk", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "injections\/page-reporter.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/app.clockk.com\/*" ], "js": [ "injections\/app.clockk.com.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "injections\/mail.google.com.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "storage", "identity", "identity.email", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "optional_permissions": [ "*:\/\/*\/*" ] } |