Email GPT
Write email with AI
ما هو Email GPT؟
Email GPT هو إضافة Chrome تم تطويرها بواسطة taslufextension665، والميزة الرئيسية لها هي "Write email with AI".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Email GPT
قم بتنزيل ملفات الامتداد Email GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |