Clockk
Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
什麼是Clockk?
Clockk是由Clockk.com Inc.開發的Chrome擴展程式,該擴展的主要功能是“Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.”。
擴展截圖
下載Clockk擴展crx文件
下載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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } |