Urgent Important Matrix
Mini and cute Eisenhower matrix task manager
Cos'è Urgent Important Matrix?
Urgent Important Matrix è un'estensione di Chrome sviluppata da https://urgentimportant.org, e la sua funzione principale è "Mini and cute Eisenhower matrix task manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Urgent Important Matrix
Scarica i file di estensione Urgent Important Matrix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✨ 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.
Informazioni di Base sull'Estensione
Nome | Urgent Important Matrix |
ID | hlogdcaphbmmgaibldaelbfddnnlcngb |
URL Ufficiale | https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb |
Descrizione | Mini and cute Eisenhower matrix task manager |
Dimensione del File | 1.31 MB |
Conteggio Installazioni | 67 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2023-11-07 |
Data di Pubblicazione | 2023-08-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://urgentimportant.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://urgentimportant.org |
URL della Pagina della Politica sulla Privacy | https://urgentimportant.org/privacy |
Lingue Supportate | 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" } |