Walkman Organizer
WO helps you to organize your daily tasks easily
Wat is Walkman Organizer?
Walkman Organizer is een Chrome-extensie ontwikkeld door https://wo.softberg.org, en de belangrijkste functie is "WO helps you to organize your daily tasks easily".
Extensie Screenshots
Download het CRX-bestand van de extensie Walkman Organizer
Download Walkman Organizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ecdhegimfnbapdpfnjnjkkedlikfioco |
| Officiële URL | https://chromewebstore.google.com/detail/walkman-organizer/ecdhegimfnbapdpfnjnjkkedlikfioco |
| Beschrijving | WO helps you to organize your daily tasks easily |
| Bestandsgrootte | 462 KB |
| Aantal Installaties | 111 |
| Huidige Versie | 1.9.1 |
| Laatst Bijgewerkt | 2023-01-03 |
| Publicatiedatum | 2019-02-09 |
| Beoordeling | 4.88/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | https://wo.softberg.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://wo.softberg.org/ |
| URL van de Privacybeleid Pagina | https://wo.softberg.org/legal/privacy |
| Ondersteunde Talen | 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"
]
} | |