Clockk
Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Cos'è Clockk?
Clockk è un'estensione di Chrome sviluppata da Clockk.com Inc., e la sua funzione principale è "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clockk
Scarica i file di estensione Clockk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Clockk |
ID | inpnfpglfklplkhnpggbomjdfjlnldhg |
URL Ufficiale | https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg |
Descrizione | Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension. |
Dimensione del File | 937 KB |
Conteggio Installazioni | 739 |
Versione Corrente | 2.3.9 |
Ultimo Aggiornamento | 2023-11-18 |
Data di Pubblicazione | 2020-03-24 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Clockk.com Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://clockk.com/ |
URL della Pagina della Politica sulla Privacy | https://clockk.com/our-privacy-promise |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |