EmailMagic | AI Email Assistant
An AI tool that helps you to be more productive. It writes emails from scratch and replies to emails like it was you.
Τι είναι το EmailMagic | AI Email Assistant;
Το EmailMagic | AI Email Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MagicApps AI, και η κύρια λειτουργία του είναι "An AI tool that helps you to be more productive. It writes emails from scratch and replies to emails like it was you.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EmailMagic | AI Email Assistant
Λήψη αρχείων επέκτασης EmailMagic | AI Email Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you tired of feeling overwhelmed by the never-ending stream of emails in your inbox? Look no further, as EmailMagic is here to save the day. EmailMagic is a cutting-edge AI-powered email automation tool that is currently available on Chrome only, which aims to help users take back control of their inboxes. With EmailMagic, you can provide the AI with some example email data so that it can match your style better, and when replying to a thread, the AI will read the most recent replies so that it can generate the most relevant reply. Not only will EmailMagic help you save time by automating your replies to automated emails, but it can also help you overcome reply anxiety and improve your language and grammar skills. Imagine never having to stress about crafting the perfect response again! There is a limit on the number of replies you can generate with EmailMagic, but don't let that discourage you. This is simply because training AI and generating content costs money and the team behind EmailMagic is small and currently not funded. But you can sign up for one of the paid plans to get more replies. You can even take it one step further and use the revision feature to tell EmailMagic to revise sections of an email by highlighting them and clicking "revise". EmailMagic will then come up with a different sentence that fits in that space. You can revise each email up to 5 times, so you can feel confident that your response is perfect. Privacy is also a top priority for the team behind EmailMagic. They believe that everyone has a fundamental right to the privacy of their data and have built the product on that premise. You can trust that your email replies will only be used by EmailMagic to generate a response, and that the team will never store the email data or share, sell, or do anything shady with your data. So, what are you waiting for? Say goodbye to cluttered inboxes and hello to EmailMagic. Give it a try and see the magic happen for yourself!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ekneadccbhgcgifcjehncakmolldehfd |
Επίσημο URL | https://chromewebstore.google.com/detail/emailmagic-ai-email-assis/ekneadccbhgcgifcjehncakmolldehfd |
Περιγραφή | An AI tool that helps you to be more productive. It writes emails from scratch and replies to emails like it was you. |
Μέγεθος Αρχείου | 186 KB |
Αριθμός Εγκαταστάσεων | 44 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2023-05-16 |
Ημερομηνία Δημοσίευσης | 2023-01-17 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | MagicApps AI |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.magicapps.ai/emailmagic-ai |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.magicapps.ai/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.magicapps.ai/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "0.0.2", "author": "jenya, ginryo0", "name": "EmailMagic | AI Email Assistant", "description": "An AI tool that helps you to be more productive. It writes emails from scratch and replies to emails like it was you.", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*" ], "js": [ "new.4ca50dbc.js" ], "all_frames": true, "css": [] }, { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*" ], "js": [ "reply.a1ca5e84.js" ], "all_frames": true, "css": [] } ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "new.3e96fdc0.css" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "new.3e96fdc0.css" ] } ] } |