Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

Co to jest Urgent Important Matrix?

Urgent Important Matrix to rozszerzenie Chrome opracowane przez https://urgentimportant.org, a jego główną funkcją jest „Mini and cute Eisenhower matrix task manager”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Urgent Important Matrix

Pobierz pliki rozszerzeń Urgent Important Matrix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
Oficjalny URL https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
Opis Mini and cute Eisenhower matrix task manager
Rozmiar pliku 1.31 MB
Liczba instalacji 67
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2023-11-07
Data Publikacji 2023-08-21
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://urgentimportant.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://urgentimportant.org
Adres URL Strony Polityki Prywatności https://urgentimportant.org/privacy
Obsługiwane Języki 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"
}