Whush task manager

Whush task manager

Wat is Whush task manager?

Whush task manager is een Chrome-extensie ontwikkeld door https://whush.pro, en de belangrijkste functie is "Whush task manager".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Whush task manager

Download Whush task manager-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

                        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.                    

Basisinformatie over de Extensie

Naam Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
Officiële URL https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Beschrijving Whush task manager
Bestandsgrootte 808 KB
Aantal Installaties 17
Huidige Versie 1.20.3
Laatst Bijgewerkt 2022-04-28
Publicatiedatum 2021-08-02
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://whush.pro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://whush.pro/
Help Pagina-URL https://whush.pro/
URL van de Privacybeleid Pagina https://whush.pro/privacy-policy
Ondersteunde Talen 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": [
        "*"
    ]
}