Job Done - Daily task manager
An easy way to manage your daily work.
What is Job Done - Daily task manager?
Job Done - Daily task manager is a Chrome extension developed by wang shao xing, and its main feature is "An easy way to manage your daily work.".
Extension Screenshots
Download Job Done - Daily task manager Extension CRX File
Download Job Done - Daily task manager 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
Chrome Extension’s key features include: -you can synchronize your task with the remote server -you can use it off line
Extension Basic Information
Name | Job Done - Daily task manager |
ID | iiddkamnkikmfiokicojgflebekpkpoj |
Official URL | https://chromewebstore.google.com/detail/job-done-daily-task-manag/iiddkamnkikmfiokicojgflebekpkpoj |
Description | An easy way to manage your daily work. |
File Size | 1.03 MB |
Installation Count | 130 |
Current Version | 1.1 |
Last Updated | 2015-01-13 |
Publish Date | 2015-01-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | wang shao xing |
Payment Type | free |
Extension Website | http://www.original-fun.com/?p=135 |
Help Page URL | http://www.original-fun.com/?p=135 |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Job Done - Daily task manager", "version": "1.1", "description": "An easy way to manage your daily work.", "permissions": [ "http:\/\/note.original-fun.com\/" ], "browser_action": { "default_title": "Job Done", "default_icon": "r\/ico\/icon128.png", "default_popup": "index.html" }, "icons": { "16": "r\/ico\/icon16.png", "32": "r\/ico\/icon32.png", "48": "r\/ico\/icon48.png", "128": "r\/ico\/icon128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |