Track your productivity
Keep track of your productivity.
Wat is Track your productivity?
Track your productivity is een Chrome-extensie ontwikkeld door https://db42.in, en de belangrijkste functie is "Keep track of your productivity.".
Extensie Screenshots
Download het CRX-bestand van de extensie Track your productivity
Download Track your productivity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Track your productivity |
ID | onnkllhiaannegcomgbogohfpeegdnnf |
Officiële URL | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf |
Beschrijving | Keep track of your productivity. |
Bestandsgrootte | 208 KB |
Aantal Installaties | 60 |
Huidige Versie | 2.1.3 |
Laatst Bijgewerkt | 2014-03-09 |
Publicatiedatum | 2014-03-08 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://db42.in |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |