Eisenhower Matrix

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

Qu'est-ce que Eisenhower Matrix ?

Eisenhower Matrix est une extension Chrome développée par Farshid Ashouri, et sa fonction principale est "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Eisenhower Matrix

Téléchargez les fichiers d'extension Eisenhower Matrix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
URL Officiel 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
Taille du Fichier 21.04 KB
Nombre d'Installations 179
Version Actuelle 1.0
Dernière Mise à Jour 2023-02-27
Date de Publication 2023-02-26
Développeur Farshid Ashouri
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ourway/eisenhower-matrix-chrome-extention
URL de la Page de Politique de Confidentialité https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
Langues Prises en Charge 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"
        }
    }
}