Eisenhower Matrix

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

Was ist Eisenhower Matrix?

Eisenhower Matrix ist eine Chrome-Erweiterung, die von Farshid Ashouri entwickelt wurde, und ihr Hauptmerkmal ist "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".

Erweiterungsscreenshots

screenshot

Eisenhower Matrix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eisenhower Matrix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
Offizielle URL https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Beschreibung The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Dateigröße 21.04 KB
Installationsanzahl 179
Aktuelle Version 1.0
Letztes Update 2023-02-27
Veröffentlichungsdatum 2023-02-26
Entwickler Farshid Ashouri
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ourway/eisenhower-matrix-chrome-extention
URL der Datenschutzrichtlinien-Seite https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Unterstützte Sprachen 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"
        }
    }
}