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.

Hvad er 7todos?

7todos er en Chrome-udvidelse udviklet af https://7todos.com, og dens hovedfunktion er "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download 7todos-udvidelses-CRX-fil

Download 7todos-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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
Officiel URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Beskrivelse 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Filstørrelse 857 KB
Antal Installationer 187
Nuværende Version 3.0.2
Senest Opdateret 2024-02-05
Udgivelsesdato 2021-05-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://7todos.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://7todos.com
URL til Fortrolighedspolitik Side https://www.7todos.com/privacy-policy
Understøttede Sprog 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"
    ]
}