Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

What is Urgent Important Matrix?

Urgent Important Matrix is a Chrome extension developed by https://urgentimportant.org, and its main feature is "Mini and cute Eisenhower matrix task manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Urgent Important Matrix Extension CRX File

Download Urgent Important Matrix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
Official URL https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
Description Mini and cute Eisenhower matrix task manager
File Size 1.31 MB
Installation Count 67
Current Version 0.0.4
Last Updated 2023-11-07
Publish Date 2023-08-21
Rating 5.00/5 Total 6 Ratings
Developer https://urgentimportant.org
Email [email protected]
Payment Type free
Extension Website https://urgentimportant.org
Privacy Policy Page URL https://urgentimportant.org/privacy
Supported Languages 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"
}