Clockk
Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Qu'est-ce que Clockk ?
Clockk est une extension Chrome développée par Clockk.com Inc., et sa fonction principale est "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clockk
Téléchargez les fichiers d'extension Clockk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Clockk |
ID | inpnfpglfklplkhnpggbomjdfjlnldhg |
URL Officiel | https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg |
Description | Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension. |
Taille du Fichier | 937 KB |
Nombre d'Installations | 739 |
Version Actuelle | 2.3.9 |
Dernière Mise à Jour | 2023-11-18 |
Date de Publication | 2020-03-24 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Clockk.com Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://clockk.com/ |
URL de la Page de Politique de Confidentialité | https://clockk.com/our-privacy-promise |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |