Eisenhower Matrix

The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks

¿Qué es Eisenhower Matrix?

Eisenhower Matrix es una extensión de Chrome desarrollada por Farshid Ashouri, y su función principal es "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Eisenhower Matrix

Descarga archivos de extensión Eisenhower Matrix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks                    

Información Básica de la Extensión

Nombre Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
URL Oficial https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Descripción The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Tamaño del Archivo 21.04 KB
Cantidad de Instalaciones 179
Versión Actual 1.0
Última Actualización 2023-02-27
Fecha de Publicación 2023-02-26
Desarrollador Farshid Ashouri
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ourway/eisenhower-matrix-chrome-extention
URL de la Página de Política de Privacidad https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Idiomas Soportados 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"
        }
    }
}