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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urgent Important Matrix
ดาวน์โหลดไฟล์ส่วนขยาย Urgent Important Matrix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✨ 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 |
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } |