Whush task manager

Whush task manager

Was ist Whush task manager?

Whush task manager ist eine Chrome-Erweiterung, die von https://whush.pro entwickelt wurde, und ihr Hauptmerkmal ist "Whush task manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Whush task manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whush task manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
Offizielle URL https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Beschreibung Whush task manager
Dateigröße 808 KB
Installationsanzahl 17
Aktuelle Version 1.20.3
Letztes Update 2022-04-28
Veröffentlichungsdatum 2021-08-02
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://whush.pro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://whush.pro/
Hilfeseite URL https://whush.pro/
URL der Datenschutzrichtlinien-Seite https://whush.pro/privacy-policy
Unterstützte Sprachen 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": [
        "*"
    ]
}