Eisenhower Matrix
The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Vad är Eisenhower Matrix?
Eisenhower Matrix är en Chrome-tillägg utvecklad av Farshid Ashouri, och dess huvudfunktion är "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".
Tilläggsskärmbilder
Ladda ner Eisenhower Matrix-förlängningens CRX-fil
Ladda ner Eisenhower Matrix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Grundläggande Information om Tillägg
Namn | Eisenhower Matrix |
ID | fhfpojegplpnjaigfhohnbdmfeojlpbl |
Officiell webbadress | https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl |
Beskrivning | The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks |
Filstorlek | 21.04 KB |
Antal Installationer | 179 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-02-27 |
Publiceringsdatum | 2023-02-26 |
Utvecklare | Farshid Ashouri |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ourway/eisenhower-matrix-chrome-extention |
URL till Sekretesspolicy Sidan | https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt |
Stödda Språk | 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" } } } |