Ultra Compose AI
Write impressive emails with AI
Ultra Compose AIคืออะไร?
Ultra Compose AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ultra Compose - Langza Technologies และคุณลักษณะหลักของมันคือ "Write impressive emails with AI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultra Compose AI
ดาวน์โหลดไฟล์ส่วนขยาย Ultra Compose AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How to use ========= After installing Ultra Compose extension, open Gmail and start composing a new email. Ultra compose tool box will be shown below the send button. Choose the writing pattern like, Professional, Friendly etc and click recompose - See the magic happen! How to install =========== To install Click "Add to Chrome" button on top right of this page, then open gmail compose a basic email, and then click "Recompose" button. and witness your email getting magically formatted. Our AI email writer extension enhances your writing style and makes your emails more impactful. It suggests sentence structures, synonyms, and other improvements that can save you time and elevate the quality of your writing. Whether you're writing a business email or a personal message, our extension can help you communicate your thoughts clearly and effectively. Our AI email writer is a must-have tool for anyone who wants to improve their emails' quality and effectiveness. It's perfect for sales professionals who want to convert leads into customers or job seekers who want to write standout cover letters. Try it today and see the difference for yourself!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | alngddialdjilchocjjdaphceohlegij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ultra-compose-ai/alngddialdjilchocjjdaphceohlegij |
คำอธิบาย | Write impressive emails with AI |
ขนาดไฟล์ | 3.49 MB |
จำนวนการติดตั้ง | 226 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2023-04-25 |
วันที่เผยแพร่ | 2023-04-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ultra Compose - Langza Technologies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ultra Compose AI", "description": "Write impressive emails with AI", "version": "0.3.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "sidebar.js", "content.js" ], "css": [ "content.css" ], "image": [ "ultra_compose_white.png" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/*", "ultra_compose_white.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "\/ultra_compose_white.png", "32": "\/ultra_compose_white.png", "48": "\/ultra_compose_white.png", "128": "\/ultra_compose_white.png" } }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/" ] } |