Whush task manager

Whush task manager

O que é Whush task manager?

Whush task manager é uma extensão do Chrome desenvolvida por https://whush.pro, e sua principal característica é "Whush task manager".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whush task manager

Baixe arquivos de extensão Whush task manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
URL Oficial https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Descrição Whush task manager
Tamanho do Arquivo 808 KB
Contagem de Instalações 17
Versão Atual 1.20.3
Última Atualização 2022-04-28
Data de Publicação 2021-08-02
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://whush.pro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://whush.pro/
URL da Página de Ajuda https://whush.pro/
URL da Página de Política de Privacidade https://whush.pro/privacy-policy
Idiomas Suportados 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": [
        "*"
    ]
}