Whush task manager

Whush task manager

Co je Whush task manager?

Whush task manager je rozšíření Chrome vyvinuté https://whush.pro, a jeho hlavní funkcí je „Whush task manager“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Whush task manager

Stáhněte si soubory rozšíření Whush task manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
Oficiální URL https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Popis Whush task manager
Velikost souboru 808 KB
Počet instalací 17
Aktuální Verze 1.20.3
Poslední Aktualizace 2022-04-28
Datum Vydání 2021-08-02
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://whush.pro
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://whush.pro/
URL Stránky Nápovědy https://whush.pro/
URL Stránky Zásad Ochrany Soukromí https://whush.pro/privacy-policy
Podporované Jazyky 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": [
        "*"
    ]
}