Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

Co je Urgent Important Matrix?

Urgent Important Matrix je rozšíření Chrome vyvinuté https://urgentimportant.org, a jeho hlavní funkcí je „Mini and cute Eisenhower matrix task manager“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Urgent Important Matrix

Stáhněte si soubory rozšíření Urgent Important Matrix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
Oficiální URL https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
Popis Mini and cute Eisenhower matrix task manager
Velikost souboru 1.31 MB
Počet instalací 67
Aktuální Verze 0.0.4
Poslední Aktualizace 2023-11-07
Datum Vydání 2023-08-21
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://urgentimportant.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://urgentimportant.org
URL Stránky Zásad Ochrany Soukromí https://urgentimportant.org/privacy
Podporované Jazyky 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"
}