Walkman Organizer
WO helps you to organize your daily tasks easily
Was ist Walkman Organizer?
Walkman Organizer ist eine Chrome-Erweiterung, die von https://wo.softberg.org entwickelt wurde, und ihr Hauptmerkmal ist "WO helps you to organize your daily tasks easily".
Erweiterungsscreenshots
Walkman Organizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Walkman Organizer-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecdhegimfnbapdpfnjnjkkedlikfioco |
| Offizielle URL | https://chromewebstore.google.com/detail/walkman-organizer/ecdhegimfnbapdpfnjnjkkedlikfioco |
| Beschreibung | WO helps you to organize your daily tasks easily |
| Dateigröße | 462 KB |
| Installationsanzahl | 111 |
| Aktuelle Version | 1.9.1 |
| Letztes Update | 2023-01-03 |
| Veröffentlichungsdatum | 2019-02-09 |
| Bewertung | 4.88/5 Insgesamt 17 Bewertungen |
| Entwickler | https://wo.softberg.org |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://wo.softberg.org/ |
| URL der Datenschutzrichtlinien-Seite | https://wo.softberg.org/legal/privacy |
| Unterstützte Sprachen | 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"
]
} | |