Eisenhower Matrix

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

Что такое Eisenhower Matrix?

Eisenhower Matrix - это расширение Chrome, разработанное Farshid Ashouri, и его основная функция - "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Eisenhower Matrix

Скачайте файлы расширений Eisenhower Matrix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
Официальный URL https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Описание The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Размер файла 21.04 KB
Количество установок 179
Текущая Версия 1.0
Последнее Обновление 2023-02-27
Дата публикации 2023-02-26
Разработчик Farshid Ashouri
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ourway/eisenhower-matrix-chrome-extention
URL страницы политики конфиденциальности https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Поддерживаемые языки 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"
        }
    }
}