Email GPT
Write email with AI
Email GPT là gì?
Email GPT là một tiện ích mở rộng Chrome được phát triển bởi taslufextension665, và tính năng chính của nó là "Write email with AI".
Ả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 Email GPT
Tải xuống các tệp mở rộng Email GPT 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 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email GPT |
ID | gjkkbbbjdcdickanchomafbcddjgpnpn |
URL Chính Thức | https://chromewebstore.google.com/detail/email-gpt/gjkkbbbjdcdickanchomafbcddjgpnpn |
Mô tả | Write email with AI |
Kích Thước Tệp | 50.21 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-02-13 |
Ngày Phát Hành | 2023-02-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | taslufextension665 |
[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": "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 } |