Todoist for Gmail
Stay on top of emails with Todoist for Gmail
Τι είναι το Todoist for Gmail;
Το Todoist for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://todoist.com, και η κύρια λειτουργία του είναι "Stay on top of emails with Todoist for Gmail".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Todoist for Gmail
Λήψη αρχείων επέκτασης Todoist for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |