Email GPT
Write email with AI
Email GPTคืออะไร?
Email GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taslufextension665 และคุณลักษณะหลักของมันคือ "Write email with AI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email GPT
ดาวน์โหลดไฟล์ส่วนขยาย Email GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |