Eisenhower Matrix

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

What is Eisenhower Matrix?

Eisenhower Matrix is a Chrome extension developed by Farshid Ashouri, and its main feature is "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".

Extension Screenshots

screenshot

Download Eisenhower Matrix Extension CRX File

Download Eisenhower Matrix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
Official URL https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
Description The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
File Size 21.04 KB
Installation Count 179
Current Version 1.0
Last Updated 2023-02-27
Publish Date 2023-02-26
Developer Farshid Ashouri
Email [email protected]
Payment Type free
Extension Website https://github.com/ourway/eisenhower-matrix-chrome-extention
Privacy Policy Page URL https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Supported Languages 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"
        }
    }
}