Productivity Tracker

Track your productivity with daily to do lists

Was ist Productivity Tracker?

Productivity Tracker ist eine Chrome-Erweiterung, die von jrloprojects entwickelt wurde, und ihr Hauptmerkmal ist "Track your productivity with daily to do lists".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Productivity Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Productivity Tracker-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

                        This application lets you to create daily To Do lists.  As you complete your tasks, Productivity Tracker will keep track of your productivity for the day and provide a graph showing your past productivity.  

Features:
★ Daily To Do lists
★ Customizable task categories
★ Import unfinished tasks from previous To Do lists to your current To Do List
★ Schedule tasks to be added weekly
★ Built in calendar lets you see your past To Do lists at a glance
★ Productivity graph                    

Grundlegende Informationen zur Erweiterung

Name Productivity Tracker Productivity Tracker
ID ogjknghlljghjjhlcdlcgjilkekpogjf
Offizielle URL https://chromewebstore.google.com/detail/productivity-tracker/ogjknghlljghjjhlcdlcgjilkekpogjf
Beschreibung Track your productivity with daily to do lists
Dateigröße 254 KB
Installationsanzahl 55
Aktuelle Version 1.1
Letztes Update 2013-05-08
Veröffentlichungsdatum 2013-05-07
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler jrloprojects
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity Tracker",
    "description": "Track your productivity with daily to do lists",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "page.html"
    }
}