Urgent Important Matrix
Mini and cute Eisenhower matrix task manager
Apa itu Urgent Important Matrix?
Urgent Important Matrix adalah ekstensi Chrome yang dikembangkan oleh https://urgentimportant.org, dan fitur utamanya adalah "Mini and cute Eisenhower matrix task manager".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Urgent Important Matrix
Unduh file ekstensi Urgent Important Matrix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
✨ 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.
Informasi Dasar Ekstensi
Nama | Urgent Important Matrix |
ID | hlogdcaphbmmgaibldaelbfddnnlcngb |
URL Resmi | https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb |
Deskripsi | Mini and cute Eisenhower matrix task manager |
Ukuran File | 1.31 MB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2023-11-07 |
Tanggal Publikasi | 2023-08-21 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | https://urgentimportant.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://urgentimportant.org |
URL Halaman Kebijakan Privasi | https://urgentimportant.org/privacy |
Bahasa yang Didukung | 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" } |