Walkman Organizer

WO helps you to organize your daily tasks easily

Cos'è Walkman Organizer?

Walkman Organizer è un'estensione di Chrome sviluppata da https://wo.softberg.org, e la sua funzione principale è "WO helps you to organize your daily tasks easily".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Walkman Organizer

Scarica i file di estensione Walkman Organizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Walkman Organizer Walkman Organizer
ID ecdhegimfnbapdpfnjnjkkedlikfioco
URL Ufficiale https://chromewebstore.google.com/detail/walkman-organizer/ecdhegimfnbapdpfnjnjkkedlikfioco
Descrizione WO helps you to organize your daily tasks easily
Dimensione del File 462 KB
Conteggio Installazioni 111
Versione Corrente 1.9.1
Ultimo Aggiornamento 2023-01-03
Data di Pubblicazione 2019-02-09
Valutazione 4.88/5 Totale 17 Valutazioni
Sviluppatore https://wo.softberg.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://wo.softberg.org/
URL della Pagina della Politica sulla Privacy https://wo.softberg.org/legal/privacy
Lingue Supportate 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"
    ]
}