MyToDo

MyToDo: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs.

MyToDo क्या है?

MyToDo serveoution द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MyToDo: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Introducing "MyToDo" – an extension that helps you keep track of your daily task.
you're a click away from managing your to-do list for today and tomorrow.
You can mark a task as done or delete irrelevant tasks.
Make the most of your day!
MyToDo also has a comfortable feature to display the date and time and a custom search bar with Results by Microsoft Bing on the New tab page.

By clicking "Add to Chrome" I accept and agree to install the MyToDo Chrome extension and hereby agree to set the Chrome New Tab to that provided by the service and the Privacy policy and Terms of Use. The search results will be by Microsoft Bing.

Privacy Policy: https://serve-o-lution.com/Privacy-Policy-1/
Terms of Use: https://serve-o-lution.com/Terms/

You may uninstall the extension at any time
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser
2) Go to "Settings"
3) In the left menu that appears, click on "Extensions"
4) From the list of installed Extensions, locate the extension you would like to uninstall                    

एक्सटेंशन की मूल जानकारी

नाम MyToDo MyToDo
ID daeciiljhkoilojocboppmnafpamljhp
आधिकारिक URL https://chromewebstore.google.com/detail/mytodo/daeciiljhkoilojocboppmnafpamljhp
विवरण MyToDo: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs.
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 24,020
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-11-10
प्रकाशन तिथि 2023-07-11
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर serveoution
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://serve-o-lution.com/
सहायता पृष्ठ URL https://serve-o-lution.com/Contacts/
गोपनीयता नीति पृष्ठ URL https://serve-o-lution.com/Privacy-Policy-1
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        }
    },
    "version": "1.0.2",
    "author": "Serve-o-lution",
    "name": "MyToDo",
    "description": "MyToDo: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs.",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.mylistodo.com\/*"
    ]
}