Eisenhower Matrix

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

Wat is Eisenhower Matrix?

Eisenhower Matrix is een Chrome-extensie ontwikkeld door Farshid Ashouri, en de belangrijkste functie is "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Eisenhower Matrix

Download Eisenhower Matrix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
Officiële URL https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Beschrijving The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Bestandsgrootte 21.04 KB
Aantal Installaties 179
Huidige Versie 1.0
Laatst Bijgewerkt 2023-02-27
Publicatiedatum 2023-02-26
Ontwikkelaar Farshid Ashouri
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ourway/eisenhower-matrix-chrome-extention
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Ondersteunde Talen 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"
        }
    }
}