Walkman Organizer
WO helps you to organize your daily tasks easily
What is Walkman Organizer?
Walkman Organizer is a Chrome extension developed by https://wo.softberg.org, and its main feature is "WO helps you to organize your daily tasks easily".
Extension Screenshots
Download Walkman Organizer Extension CRX File
Download Walkman Organizer 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
Walkman Organizer (WO) is very handy tool to keep track of your daily tasks as simple to-do list items. With WO you can do the following: ✔ Plan - Create tasks you want to be done ✔ Organize - Add notes to your task to clearify the needs ✔ Results - View your monthly statistics and progress
Extension Basic Information
Name | Walkman Organizer |
ID | ecdhegimfnbapdpfnjnjkkedlikfioco |
Official URL | https://chromewebstore.google.com/detail/walkman-organizer/ecdhegimfnbapdpfnjnjkkedlikfioco |
Description | WO helps you to organize your daily tasks easily |
File Size | 462 KB |
Installation Count | 111 |
Current Version | 1.9.1 |
Last Updated | 2023-01-03 |
Publish Date | 2019-02-09 |
Rating | 4.88/5 Total 17 Ratings |
Developer | https://wo.softberg.org |
[email protected] | |
Payment Type | free |
Extension Website | http://wo.softberg.org/ |
Privacy Policy Page URL | https://wo.softberg.org/legal/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Walkman Organizer", "short_name": "WO", "version": "1.9.1", "description": "WO helps you to organize your daily tasks easily", "icons": { "16": "assets\/img\/16.png", "48": "assets\/img\/48.png", "128": "assets\/img\/128.png" }, "browser_action": { "default_icon": "assets\/img\/48.png", "default_popup": "views\/popup.html" }, "background": { "scripts": [ "assets\/js\/libs\/jquery.min.js", "assets\/js\/libs\/underscore-min.js", "assets\/js\/libs\/backbone-min.js", "assets\/js\/libs\/moment.js", "build\/wo.sdk.js", "build\/background.js" ] }, "web_accessible_resources": [ "assets\/img\/48.png", "assets\/img\/16.png", "assets\/img\/16-highlighted.png" ], "homepage_url": "http:\/\/wo.softberg.org\/", "permissions": [ "activeTab", "https:\/\/*\/*", "http:\/\/*\/*", "notifications", "unlimitedStorage", "contextMenus" ] } |