Walkman Organizer
WO helps you to organize your daily tasks easily
Qu'est-ce que Walkman Organizer ?
Walkman Organizer est une extension Chrome développée par https://wo.softberg.org, et sa fonction principale est "WO helps you to organize your daily tasks easily".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Walkman Organizer
Téléchargez les fichiers d'extension Walkman Organizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Walkman Organizer |
ID | ecdhegimfnbapdpfnjnjkkedlikfioco |
URL Officiel | https://chromewebstore.google.com/detail/walkman-organizer/ecdhegimfnbapdpfnjnjkkedlikfioco |
Description | WO helps you to organize your daily tasks easily |
Taille du Fichier | 462 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.9.1 |
Dernière Mise à Jour | 2023-01-03 |
Date de Publication | 2019-02-09 |
Évaluation | 4.88/5 Total 17 Évaluations |
Développeur | https://wo.softberg.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://wo.softberg.org/ |
URL de la Page de Politique de Confidentialité | https://wo.softberg.org/legal/privacy |
Langues Prises en Charge | 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" ] } |