Productivity Tracker
Track your productivity with daily to do lists
What is Productivity Tracker?
Productivity Tracker is a Chrome extension developed by jrloprojects, and its main feature is "Track your productivity with daily to do lists".
Extension Screenshots
Download Productivity Tracker Extension CRX File
Download Productivity Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Productivity Tracker |
ID | ogjknghlljghjjhlcdlcgjilkekpogjf |
Official URL | https://chromewebstore.google.com/detail/productivity-tracker/ogjknghlljghjjhlcdlcgjilkekpogjf |
Description | Track your productivity with daily to do lists |
File Size | 254 KB |
Installation Count | 55 |
Current Version | 1.1 |
Last Updated | 2013-05-08 |
Publish Date | 2013-05-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | jrloprojects |
Payment Type | free |
Supported Languages | 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" } } |