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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://whush.pro/
عنوان صفحة سياسة الخصوصية 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": [
        "*"
    ]
}