Track your productivity
Keep track of your productivity.
Cos'è Track your productivity?
Track your productivity è un'estensione di Chrome sviluppata da https://db42.in, e la sua funzione principale è "Keep track of your productivity.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Track your productivity
Scarica i file di estensione Track your productivity 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
A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks. - Once you finish any task, add an entry and hit enter - Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again
Informazioni di Base sull'Estensione
Nome | Track your productivity |
ID | onnkllhiaannegcomgbogohfpeegdnnf |
URL Ufficiale | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf |
Descrizione | Keep track of your productivity. |
Dimensione del File | 208 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 2.1.3 |
Ultimo Aggiornamento | 2014-03-09 |
Data di Pubblicazione | 2014-03-08 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | https://db42.in |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Track your productivity", "short_name": "Track your productivity", "description": "Keep track of your productivity.", "version": "2.1.3", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_title": "Track your productivity", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |