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 |
官方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": [ "*:\/\/*\/*" ] } |