Whush task manager

Whush task manager

What is Whush task manager?

Whush task manager is a Chrome extension developed by https://whush.pro, and its main feature is "Whush task manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Whush task manager Extension CRX File

Download Whush task manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
Official URL https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Description Whush task manager
File Size 808 KB
Installation Count 17
Current Version 1.20.3
Last Updated 2022-04-28
Publish Date 2021-08-02
Rating 5.00/5 Total 5 Ratings
Developer https://whush.pro
Email [email protected]
Payment Type free
Extension Website https://whush.pro/
Help Page URL https://whush.pro/
Privacy Policy Page URL https://whush.pro/privacy-policy
Supported Languages 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": [
        "*"
    ]
}