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.

Was ist 7todos?

7todos ist eine Chrome-Erweiterung, die von https://7todos.com entwickelt wurde, und ihr Hauptmerkmal ist "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

Erweiterungsscreenshots

screenshot
screenshot

7todos-Erweiterungs-CRX-Datei herunterladen

Laden Sie 7todos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
Offizielle URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Beschreibung 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Dateigröße 857 KB
Installationsanzahl 187
Aktuelle Version 3.0.2
Letztes Update 2024-02-05
Veröffentlichungsdatum 2021-05-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://7todos.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://7todos.com
URL der Datenschutzrichtlinien-Seite https://www.7todos.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}