Urgent Important Matrix
Mini and cute Eisenhower matrix task manager
¿Qué es Urgent Important Matrix?
Urgent Important Matrix es una extensión de Chrome desarrollada por https://urgentimportant.org, y su función principal es "Mini and cute Eisenhower matrix task manager".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Urgent Important Matrix
Descarga archivos de extensión Urgent Important Matrix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
✨ 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.
Información Básica de la Extensión
Nombre | Urgent Important Matrix |
ID | hlogdcaphbmmgaibldaelbfddnnlcngb |
URL Oficial | https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb |
Descripción | Mini and cute Eisenhower matrix task manager |
Tamaño del Archivo | 1.31 MB |
Cantidad de Instalaciones | 67 |
Versión Actual | 0.0.4 |
Última Actualización | 2023-11-07 |
Fecha de Publicación | 2023-08-21 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | https://urgentimportant.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://urgentimportant.org |
URL de la Página de Política de Privacidad | https://urgentimportant.org/privacy |
Idiomas Soportados | 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" } |