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.

What is 7todos?

7todos is a Chrome extension developed by https://7todos.com, and its main feature is "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

Extension Screenshots

screenshot
screenshot

Download 7todos Extension CRX File

Download 7todos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
Official URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
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.
File Size 857 KB
Installation Count 187
Current Version 3.0.2
Last Updated 2024-02-05
Publish Date 2021-05-04
Rating 5.00/5 Total 2 Ratings
Developer https://7todos.com
Email [email protected]
Payment Type free
Extension Website https://7todos.com
Privacy Policy Page URL https://www.7todos.com/privacy-policy
Supported Languages 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"
    ]
}