Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

ما هو Urgent Important Matrix؟

Urgent Important Matrix هو إضافة Chrome تم تطويرها بواسطة https://urgentimportant.org، والميزة الرئيسية لها هي "Mini and cute Eisenhower matrix task manager".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Urgent Important Matrix

قم بتنزيل ملفات الامتداد Urgent Important Matrix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ✨ Beautiful and clean Eisenhower matrix as your New Tab.

Organize your tasks by urgency and importance. Help you to use your time better.

Everything you need, and nothing else.

Highlighted features:
🤏 Simply drag and drop to organize the tasks. 
✅ Single click to mark task as completed.
🧹 Auto clean up the completed tasks at midnight. 

Got feedback or need new feature? We ❤️ to hear! Leave a comment and let us make this tool better for everyone.                    

معلومات أساسية عن التمديد

الاسم Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
عنوان URL الرسمي https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
الوصف Mini and cute Eisenhower matrix task manager
حجم الملف 1.31 MB
عدد التثبيتات 67
النسخة الحالية 0.0.4
آخر تحديث 2023-11-07
تاريخ النشر 2023-08-21
تقييم 5.00/5 مجموع تقييمات 6
المطور https://urgentimportant.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://urgentimportant.org
عنوان صفحة سياسة الخصوصية https://urgentimportant.org/privacy
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Urgent Important Matrix",
    "description": "Mini and cute Eisenhower matrix task manager",
    "version": "0.0.4",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "default_locale": "en"
}