Track your productivity
Keep track of your productivity.
Was ist Track your productivity?
Track your productivity ist eine Chrome-Erweiterung, die von https://db42.in entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of your productivity.".
Erweiterungsscreenshots
Track your productivity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Track your productivity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | onnkllhiaannegcomgbogohfpeegdnnf | 
| Offizielle URL | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf | 
| Beschreibung | Keep track of your productivity. | 
| Dateigröße | 208 KB | 
| Installationsanzahl | 60 | 
| Aktuelle Version | 2.1.3 | 
| Letztes Update | 2014-03-09 | 
| Veröffentlichungsdatum | 2014-03-08 | 
| Bewertung | 4.83/5 Insgesamt 6 Bewertungen | 
| Entwickler | https://db42.in | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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'"
} | |