Todoist for Gmail

Stay on top of emails with Todoist for Gmail

Todoist for Gmail란 무엇입니까?

Todoist for Gmail은(는) https://todoist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay on top of emails with Todoist for Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Todoist for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ranked as “the best to-do list right now” by The Verge, Todoist is used by 25 million people to organize work and life and to keep tabs on all those incoming emails.

Use Todoist for Gmail to:
• Add emails as tasks: Finally, achieve inbox zero by adding emails to Todoist so that you can take action on them later. 
• Remember to follow up: Include due dates, reminders, and priorities to the emails that you've added as tasks so that they'll never slip under your radar. 
• Complete tasks from Gmail: Once your tasks are done, check them off from within Gmail without switching context.

Do more with Todoist on desktop and mobile: 
• Capture and organize tasks the moment they pop into your head.
• Remember deadlines with reminders and due dates.
• Build lasting habits with recurring due dates like "every Monday".
• Collaborate on projects by assigning tasks to others.
• Prioritize your tasks with priority levels.
• Track your progress with personalized productivity trends.

With access to 60+ app integrations like Google Drive, Dropbox, Zapier, Evernote, and Slack, Todoist will quickly become your hub for getting work and life organized. Plus, our Wunderlist importer can help you switch tools and get started in just a few minutes.

Happy organizing!

• • •

Questions? Feedback? Visit https://get.todoist.help or reach out on Twitter @todoist.                    

확장 프로그램 기본 정보

이름 Todoist for Gmail Todoist for Gmail
ID clgenfnodoocmhnlnpknojdbjjnmecff
공식 URL https://chromewebstore.google.com/detail/todoist-for-gmail/clgenfnodoocmhnlnpknojdbjjnmecff
설명 Stay on top of emails with Todoist for Gmail
파일 크기 53.61 KB
설치 횟수 201,706
현재 버전 6.1
최근 업데이트 2023-05-23
출시 날짜 2020-06-25
평점 3.66/5 총 471 개의 평점
개발자 https://todoist.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://todoist.com/downloads/email
도움말 페이지 URL https://todoist.com/help
개인정보 보호 정책 페이지 URL https://doist.com/privacy
지원되는 언어 de,en,fr,nl,no,tr,da,es,it,pl,pt-BR,pt-PT,fi,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "6.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "todoist_16.png",
        "48": "todoist_48.png",
        "128": "todoist_128.png",
        "256": "todoist_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "gmail_ext.js",
                "anywhere.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.todoist.com\/*",
        "https:\/\/*.todoist.com\/*",
        "https:\/\/mail.google.com\/*",
        "http:\/\/mail.google.com\/*"
    ],
    "web_accessible_resources": [
        "frame.html"
    ]
}