AI Email Writer
Quick emails even if you instruct with a different language
AI Email Writerคืออะไร?
AI Email Writer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raphaelquinones57 และคุณลักษณะหลักของมันคือ "Quick emails even if you instruct with a different language"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Email Writer
ดาวน์โหลดไฟล์ส่วนขยาย AI Email Writer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing the AI Email Assistant Chrome Extension - the ultimate tool for busy professionals looking to save time and streamline their email communication. Powered by the latest GPT-3 system, our extension uses artificial intelligence to create emails for you that sound professional and accurate. Simply type in your intended message and let our AI do the rest. Whether you're looking to draft a quick reply to a client or need to send a personalized email to your team, our AI Email Assistant has got you covered. It can even handle more complex tasks, such as crafting emails for event invitations or promotional campaigns. With our extension, you'll be able to focus on more important tasks while still maintaining the high-quality communication that your business demands. Try it out today and see how AI can revolutionize your email game.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
คำอธิบาย | Quick emails even if you instruct with a different language |
ขนาดไฟล์ | 31.15 KB |
จำนวนการติดตั้ง | 3,731 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2023-01-25 |
วันที่เผยแพร่ | 2023-01-08 |
คะแนน | 3.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | raphaelquinones57 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Email Writer", "description": "Quick emails even if you instruct with a different language", "version": "0.0.0.3", "manifest_version": 3, "icons": { "48": "assets\/48.png", "72": "assets\/72.png", "96": "assets\/96.png", "144": "assets\/144.png" }, "action": { "default_popup": "index.html", "default_title": "AI Email Writer" }, "background": { "service_worker": "scripts\/contextMenuServiceWorker.js" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ] } |