Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

O que é Urgent Important Matrix?

Urgent Important Matrix é uma extensão do Chrome desenvolvida por https://urgentimportant.org, e sua principal característica é "Mini and cute Eisenhower matrix task manager".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Urgent Important Matrix

Baixe arquivos de extensão Urgent Important Matrix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
URL Oficial https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
Descrição Mini and cute Eisenhower matrix task manager
Tamanho do Arquivo 1.31 MB
Contagem de Instalações 67
Versão Atual 0.0.4
Última Atualização 2023-11-07
Data de Publicação 2023-08-21
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://urgentimportant.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://urgentimportant.org
URL da Página de Política de Privacidade https://urgentimportant.org/privacy
Idiomas Suportados 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"
}