Eisenhower Matrix

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

Co je Eisenhower Matrix?

Eisenhower Matrix je rozšíření Chrome vyvinuté Farshid Ashouri, a jeho hlavní funkcí je „The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Eisenhower Matrix

Stáhněte si soubory rozšíření Eisenhower Matrix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
Oficiální URL https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Popis The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Velikost souboru 21.04 KB
Počet instalací 179
Aktuální Verze 1.0
Poslední Aktualizace 2023-02-27
Datum Vydání 2023-02-26
Vývojář Farshid Ashouri
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ourway/eisenhower-matrix-chrome-extention
URL Stránky Zásad Ochrany Soukromí https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Podporované Jazyky 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"
        }
    }
}