Urgent Important Matrix
Mini and cute Eisenhower matrix task manager
Qu'est-ce que Urgent Important Matrix ?
Urgent Important Matrix est une extension Chrome développée par https://urgentimportant.org, et sa fonction principale est "Mini and cute Eisenhower matrix task manager".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Urgent Important Matrix
Téléchargez les fichiers d'extension Urgent Important Matrix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✨ 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.
Informations de Base sur l'Extension
Nom | Urgent Important Matrix |
ID | hlogdcaphbmmgaibldaelbfddnnlcngb |
URL Officiel | https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb |
Description | Mini and cute Eisenhower matrix task manager |
Taille du Fichier | 1.31 MB |
Nombre d'Installations | 67 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2023-11-07 |
Date de Publication | 2023-08-21 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://urgentimportant.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://urgentimportant.org |
URL de la Page de Politique de Confidentialité | https://urgentimportant.org/privacy |
Langues Prises en Charge | 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" } |