MyToDo

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

MyToDo란 무엇입니까?

MyToDo은(는) serveoution에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MyToDo: Keep track of time with style. A sleek and reliable Chrome extension for your daily time management needs."입니다.

확장 프로그램 스크린샷

screenshot

MyToDo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}