Whush task manager

Whush task manager

Whush task manager là gì?

Whush task manager là một tiện ích mở rộng Chrome được phát triển bởi https://whush.pro, và tính năng chính của nó là "Whush task manager".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whush task manager

Tải xuống các tệp mở rộng Whush task manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whush task manager Whush task manager
ID jkipjbpekemmicmkccfimpohngmgahlf
URL Chính Thức https://chromewebstore.google.com/detail/whush-task-manager/jkipjbpekemmicmkccfimpohngmgahlf
Mô tả Whush task manager
Kích Thước Tệp 808 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.20.3
Cập Nhật Lần Cuối 2022-04-28
Ngày Phát Hành 2021-08-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://whush.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whush.pro/
URL Trang Trợ Giúp https://whush.pro/
URL Trang Chính Sách Bảo Mật https://whush.pro/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}