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