Eisenhower Matrix

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

Co to jest Eisenhower Matrix?

Eisenhower Matrix to rozszerzenie Chrome opracowane przez Farshid Ashouri, a jego główną funkcją jest „The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Eisenhower Matrix

Pobierz pliki rozszerzeń Eisenhower Matrix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
Oficjalny URL https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Opis The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Rozmiar pliku 21.04 KB
Liczba instalacji 179
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-02-27
Data Publikacji 2023-02-26
Deweloper Farshid Ashouri
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ourway/eisenhower-matrix-chrome-extention
Adres URL Strony Polityki Prywatności https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Obsługiwane Języki 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"
        }
    }
}