Whush task manager

Whush task manager

Cos'è Whush task manager?

Whush task manager è un'estensione di Chrome sviluppata da https://whush.pro, e la sua funzione principale è "Whush task manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Whush task manager

Scarica i file di estensione Whush task manager 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

                        Whush is an intelligent task manager which will help the users to Manage their daily tasks more efficiently. Chrome Extension is an integral part of the whole system, which will help users to create and manage tasks easily. Using the chrome extension users can create tasks, update tasks, mark tasks as done.

------------------------

In today's age where information is flowing from all directions and so does Tasks. Whush is built for channelizing, managing and executing all those tasks with few shortcuts.

Simple
Remind, Delegate and Notify tasks in just few clicks

Omnipresent
Available across all devices and communication channels.

Integrated
Whush is Integrated with all of your existing task/project management tools

Automated
Automate the execution of tasks and forget about it. Let Whush work for you.                    

Informazioni di Base sull'Estensione

Nome Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
URL Ufficiale https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Descrizione Whush task manager
Dimensione del File 808 KB
Conteggio Installazioni 17
Versione Corrente 1.20.3
Ultimo Aggiornamento 2022-04-28
Data di Pubblicazione 2021-08-02
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://whush.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://whush.pro/
URL della Pagina di Aiuto https://whush.pro/
URL della Pagina della Politica sulla Privacy https://whush.pro/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whush task manager",
    "version": "1.20.3",
    "manifest_version": 2,
    "description": "Whush task manager",
    "icons": {
        "512": "images\/whush_logo.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "html2canvas.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "",
        "unlimitedStorage"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "*"
    ]
}