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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में 7todos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}