Chat GPT Reply
Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
Chat GPT Reply là gì?
Chat GPT Reply là một tiện ích mở rộng Chrome được phát triển bởi driveskydigital, và tính năng chính của nó là "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.".
Ả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 Chat GPT Reply
Tải xuống các tệp mở rộng Chat GPT Reply 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
Streamline your inbox management with AI Auto Reply, the powerful Chrome extension that leverages the ChatGPT AI model to automate responses across multiple platforms. Whether you're using this extension empowers you to handle incoming messages efficiently and effortlessly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chat GPT Reply |
ID | blmjpihalepofbadijebmekdfecfldgm |
URL Chính Thức | https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm |
Mô tả | Generate an email or message reply with one click using ChatGPT, or write in any input box on any website. |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-06-05 |
Ngày Phát Hành | 2023-05-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | driveskydigital |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://skydigitaldrive.com/ |
URL Trang Trợ Giúp | https://skydigitaldrive.com/ |
URL Trang Chính Sách Bảo Mật | http://skydigitaldrive.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat GPT Reply", "description": "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.", "version": "1.0.0", "permissions": [ "tabs", "contextMenus" ], "host_permissions": [ "*:\/\/*.openai.com\/*", "*:\/\/*.chatgptreply.com\/*" ], "icons": { "128": "img\/iconm.png" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "all_frames": false } ], "action": { "default_title": "ChatGpt Reply" }, "commands": { "open": { "suggested_key": { "default": "Ctrl+Shift+S", "windows": "Ctrl+Shift+S", "mac": "Command+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" }, "description": "Write usig chatGPT-Reply." } }, "web_accessible_resources": [ { "resources": [ "img\/*", "css\/inter.ttf" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |