7todos

7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.

Τι είναι το 7todos;

Το 7todos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://7todos.com, και η κύρια λειτουργία του είναι "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 7todos

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

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

                        The 7todos extension to the web app. 

Use the 7todos extension to to easily access your tasks within your browser. 

Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. 

The extension will appear as the new tab so you will get reminded about your daily tasks!                    

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

Όνομα 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
Επίσημο URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Περιγραφή 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Μέγεθος Αρχείου 857 KB
Αριθμός Εγκαταστάσεων 187
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2024-02-05
Ημερομηνία Δημοσίευσης 2021-05-04
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://7todos.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://7todos.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.7todos.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7todos",
    "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.",
    "version": "3.0.2",
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}