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.

Co je 7todos?

7todos je rozšíření Chrome vyvinuté https://7todos.com, a jeho hlavní funkcí je „7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 7todos

Stáhněte si soubory rozšíření 7todos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
Oficiální URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Popis 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Velikost souboru 857 KB
Počet instalací 187
Aktuální Verze 3.0.2
Poslední Aktualizace 2024-02-05
Datum Vydání 2021-05-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://7todos.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://7todos.com
URL Stránky Zásad Ochrany Soukromí https://www.7todos.com/privacy-policy
Podporované Jazyky 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"
    ]
}