Eisenhower Matrix
The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
O que é Eisenhower Matrix?
Eisenhower Matrix é uma extensão do Chrome desenvolvida por Farshid Ashouri, e sua principal característica é "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Eisenhower Matrix
Baixe arquivos de extensão Eisenhower 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
Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Informações Básicas da Extensão
Nome | Eisenhower Matrix |
ID | fhfpojegplpnjaigfhohnbdmfeojlpbl |
URL Oficial | https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl |
Descrição | The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks |
Tamanho do Arquivo | 21.04 KB |
Contagem de Instalações | 179 |
Versão Atual | 1.0 |
Última Atualização | 2023-02-27 |
Data de Publicação | 2023-02-26 |
Desenvolvedor | Farshid Ashouri |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ourway/eisenhower-matrix-chrome-extention |
URL da Página de Política de Privacidade | https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eisenhower Matrix", "description": "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks", "version": "1.0", "manifest_version": 3, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } } |