Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

Τι είναι το Urgent Important Matrix;

Το Urgent Important Matrix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://urgentimportant.org, και η κύρια λειτουργία του είναι "Mini and cute Eisenhower matrix task manager".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Urgent Important Matrix

Λήψη αρχείων επέκτασης Urgent Important Matrix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ✨ Beautiful and clean Eisenhower matrix as your New Tab.

Organize your tasks by urgency and importance. Help you to use your time better.

Everything you need, and nothing else.

Highlighted features:
🤏 Simply drag and drop to organize the tasks. 
✅ Single click to mark task as completed.
🧹 Auto clean up the completed tasks at midnight. 

Got feedback or need new feature? We ❤️ to hear! Leave a comment and let us make this tool better for everyone.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
Επίσημο URL https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
Περιγραφή Mini and cute Eisenhower matrix task manager
Μέγεθος Αρχείου 1.31 MB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2023-11-07
Ημερομηνία Δημοσίευσης 2023-08-21
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://urgentimportant.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://urgentimportant.org
URL της Σελίδας Πολιτικής Απορρήτου https://urgentimportant.org/privacy
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Urgent Important Matrix",
    "description": "Mini and cute Eisenhower matrix task manager",
    "version": "0.0.4",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "default_locale": "en"
}