Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

Wat is Urgent Important Matrix?

Urgent Important Matrix is een Chrome-extensie ontwikkeld door https://urgentimportant.org, en de belangrijkste functie is "Mini and cute Eisenhower matrix task manager".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Urgent Important Matrix

Download Urgent Important Matrix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ✨ 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.                    

Basisinformatie over de Extensie

Naam Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
Officiële URL https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
Beschrijving Mini and cute Eisenhower matrix task manager
Bestandsgrootte 1.31 MB
Aantal Installaties 67
Huidige Versie 0.0.4
Laatst Bijgewerkt 2023-11-07
Publicatiedatum 2023-08-21
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://urgentimportant.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://urgentimportant.org
URL van de Privacybeleid Pagina https://urgentimportant.org/privacy
Ondersteunde Talen 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"
}