AI Email Writer
Quick emails even if you instruct with a different language
AI Email Writer là gì?
AI Email Writer là một tiện ích mở rộng Chrome được phát triển bởi raphaelquinones57, và tính năng chính của nó là "Quick emails even if you instruct with a different language".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AI Email Writer
Tải xuống các tệp mở rộng AI Email Writer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
Mô tả | Quick emails even if you instruct with a different language |
Kích Thước Tệp | 31.15 KB |
Số Lần Cài Đặt | 3,731 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2023-01-25 |
Ngày Phát Hành | 2023-01-08 |
Đánh Giá | 3.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | raphaelquinones57 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |