Email GPT
Write email with AI
Email GPT क्या है?
Email GPT taslufextension665 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write email with AI"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing the AI Email Writer for Gmail! With this chrome extension, writing an email has never been easier. Powered by OpenAI, you can now generate professional, coherent and personalized emails in a matter of seconds. Simply activate the extension while composing an email in Gmail and let our AI do the work. Say goodbye to writer's block and save time by using our AI to craft the perfect email. Whether you're sending a quick message or a detailed report, our extension will make sure that your email stands out. Download the AI Email Writer for Gmail today and experience the power of AI-generated emails!
एक्सटेंशन की मूल जानकारी
नाम | Email GPT |
ID | gjkkbbbjdcdickanchomafbcddjgpnpn |
आधिकारिक URL | https://chromewebstore.google.com/detail/email-gpt/gjkkbbbjdcdickanchomafbcddjgpnpn |
विवरण | Write email with AI |
फ़ाइल का आकार | 50.21 KB |
स्थापना संख्या | 187 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-02-13 |
प्रकाशन तिथि | 2023-02-13 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | taslufextension665 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email GPT", "description": "Write email with AI", "version": "1.0", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "action": { "default_icon": { "16": "\/image\/icon.png", "24": "\/image\/icon.png", "32": "\/image\/icon.png" }, "default_title": "Buy me a coffee", "default_popup": "popup.html" }, "manifest_version": 3 } |