Track your productivity
Keep track of your productivity.
Qu'est-ce que Track your productivity ?
Track your productivity est une extension Chrome développée par https://db42.in, et sa fonction principale est "Keep track of your productivity.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Track your productivity
Téléchargez les fichiers d'extension Track your productivity 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
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
Informations de Base sur l'Extension
Nom | Track your productivity |
ID | onnkllhiaannegcomgbogohfpeegdnnf |
URL Officiel | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf |
Description | Keep track of your productivity. |
Taille du Fichier | 208 KB |
Nombre d'Installations | 60 |
Version Actuelle | 2.1.3 |
Dernière Mise à Jour | 2014-03-09 |
Date de Publication | 2014-03-08 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | https://db42.in |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |