Whush task manager

Whush task manager

Что такое Whush task manager?

Whush task manager - это расширение Chrome, разработанное https://whush.pro, и его основная функция - "Whush task manager".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Whush task manager

Скачайте файлы расширений Whush task manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
Официальный URL https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Описание Whush task manager
Размер файла 808 KB
Количество установок 17
Текущая Версия 1.20.3
Последнее Обновление 2022-04-28
Дата публикации 2021-08-02
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://whush.pro
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://whush.pro/
URL страницы помощи https://whush.pro/
URL страницы политики конфиденциальности https://whush.pro/privacy-policy
Поддерживаемые языки 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": [
        "*"
    ]
}