Eisenhower Matrix
The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Cos'è Eisenhower Matrix?
Eisenhower Matrix è un'estensione di Chrome sviluppata da Farshid Ashouri, e la sua funzione principale è "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eisenhower Matrix
Scarica i file di estensione Eisenhower Matrix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Informazioni di Base sull'Estensione
Nome | Eisenhower Matrix |
ID | fhfpojegplpnjaigfhohnbdmfeojlpbl |
URL Ufficiale | https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl |
Descrizione | The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks |
Dimensione del File | 21.04 KB |
Conteggio Installazioni | 179 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-02-27 |
Data di Pubblicazione | 2023-02-26 |
Sviluppatore | Farshid Ashouri |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ourway/eisenhower-matrix-chrome-extention |
URL della Pagina della Politica sulla Privacy | https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt |
Lingue Supportate | 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" } } } |