Clockk
Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Clockkคืออะไร?
Clockk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clockk.com Inc. และคุณลักษณะหลักของมันคือ "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clockk
ดาวน์โหลดไฟล์ส่วนขยาย Clockk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clockk |
ID | inpnfpglfklplkhnpggbomjdfjlnldhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg |
คำอธิบาย | Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension. |
ขนาดไฟล์ | 937 KB |
จำนวนการติดตั้ง | 739 |
เวอร์ชันปัจจุบัน | 2.3.9 |
อัปเดตครั้งล่าสุด | 2023-11-18 |
วันที่เผยแพร่ | 2020-03-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Clockk.com Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://clockk.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://clockk.com/our-privacy-promise |
ภาษาที่รองรับ | 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": [ "*:\/\/*\/*" ] } |