Whush task manager

Whush task manager

Vad är Whush task manager?

Whush task manager är en Chrome-tillägg utvecklad av https://whush.pro, och dess huvudfunktion är "Whush task manager".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Whush task manager-förlängningens CRX-fil

Ladda ner Whush task manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
Officiell webbadress https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Beskrivning Whush task manager
Filstorlek 808 KB
Antal Installationer 17
Aktuell Version 1.20.3
Senast Uppdaterad 2022-04-28
Publiceringsdatum 2021-08-02
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://whush.pro
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://whush.pro/
Hjälpsida URL https://whush.pro/
URL till Sekretesspolicy Sidan https://whush.pro/privacy-policy
Stödda Språk 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": [
        "*"
    ]
}