Eisenhower Matrix
The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Hvad er Eisenhower Matrix?
Eisenhower Matrix er en Chrome-udvidelse udviklet af Farshid Ashouri, og dens hovedfunktion er "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks".
Udvidelsesskærmbilleder
Download Eisenhower Matrix-udvidelses-CRX-fil
Download Eisenhower Matrix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
Grundlæggende oplysninger om udvidelsen
Navn | Eisenhower Matrix |
ID | fhfpojegplpnjaigfhohnbdmfeojlpbl |
Officiel URL | https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl |
Beskrivelse | The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks |
Filstørrelse | 21.04 KB |
Antal Installationer | 179 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-02-27 |
Udgivelsesdato | 2023-02-26 |
Udvikler | Farshid Ashouri |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ourway/eisenhower-matrix-chrome-extention |
URL til Fortrolighedspolitik Side | https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt |
Understøttede Sprog | 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" } } } |