Urgent Important Matrix
Mini and cute Eisenhower matrix task manager
Was ist Urgent Important Matrix?
Urgent Important Matrix ist eine Chrome-Erweiterung, die von https://urgentimportant.org entwickelt wurde, und ihr Hauptmerkmal ist "Mini and cute Eisenhower matrix task manager".
Erweiterungsscreenshots
Urgent Important Matrix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Urgent Important Matrix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
✨ 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.
Grundlegende Informationen zur Erweiterung
Name | Urgent Important Matrix |
ID | hlogdcaphbmmgaibldaelbfddnnlcngb |
Offizielle URL | https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb |
Beschreibung | Mini and cute Eisenhower matrix task manager |
Dateigröße | 1.31 MB |
Installationsanzahl | 67 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2023-11-07 |
Veröffentlichungsdatum | 2023-08-21 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://urgentimportant.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://urgentimportant.org |
URL der Datenschutzrichtlinien-Seite | https://urgentimportant.org/privacy |
Unterstützte Sprachen | 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" } |