Whush task manager

Whush task manager

什么是Whush task manager?

Whush task manager是由https://whush.pro开发的Chrome扩展程序,该扩展的主要功能是“Whush task manager”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Whush task manager扩展crx文件

下载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": [
        "*"
    ]
}