Todo.is | Todo List - Tasks & Project Manager

Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window.

Todo.is | Todo List - Tasks & Project Manager란 무엇입니까?

Todo.is | Todo List - Tasks & Project Manager은(는) Atlas Web Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Todo.is | Todo List - Tasks & Project Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Todo.is browser extension is the ultimate to-do list solution for anyone who wants to stay organized and productive while browsing the web. With support for Chrome, you can easily manage your tasks and projects no matter which browser you prefer to use.

Whether you're a busy professional, a student, or a freelancer, Todo.is has everything you need to stay on top of your to-do list. With the browser extension installed, you can create multiple projects and tasks, add descriptions and attachments, set reminders and due dates, and assign tasks to team members.

One of the key benefits of the Todo.is browser extension is that it syncs seamlessly with the Todo.is web app and mobile apps, so you can access your tasks from anywhere and on any device. This means you can quickly add tasks to your list as you come across them while browsing the web, and then easily check them off later when you're on your laptop, tablet, or phone.

Another great feature of the Todo.is browser extension is that it lets you generate a link for your project and share it with others as either a public or private link. This makes it easy to collaborate with team members, family members, or friends on tasks and projects.

So if you're looking for a powerful and versatile to-do list app that works seamlessly with your favorite browser, look no further than Todo.is. Install the extension today and start getting things done.                    

확장 프로그램 기본 정보

이름 Todo.is | Todo List - Tasks & Project Manager Todo.is | Todo List - Tasks & Project Manager
ID fampkccmbmendcceblpgjmocfibgklmb
공식 URL https://chromewebstore.google.com/detail/todois-todo-list-tasks-pr/fampkccmbmendcceblpgjmocfibgklmb
설명 Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window.
파일 크기 24.28 KB
설치 횟수 23
현재 버전 1.0
최근 업데이트 2023-04-29
출시 날짜 2023-04-29
평점 5.00/5 총 1 개의 평점
개발자 Atlas Web Solutions
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://todo.is/
도움말 페이지 URL https://blog.todo.is/p/contact-us.html
개인정보 보호 정책 페이지 URL https://typli.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Todo.is | Todo List - Tasks & Project Manager",
    "version": "1.0",
    "description": "Todo.is browser extension to open your To-do List - Tasks & Project Management in a new window.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}