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?
Chat GPT Reply是由driveskydigital开发的Chrome扩展程序,该扩展的主要功能是“Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.”。
扩展截图
下载Chat GPT Reply扩展crx文件
下载Chat GPT Reply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Chat GPT Reply |
ID | blmjpihalepofbadijebmekdfecfldgm |
官方URL | https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm |
简介 | Generate an email or message reply with one click using ChatGPT, or write in any input box on any website. |
文件大小 | 213 KB |
安装次数 | 1,000 |
当前版本 | 1.0.0 |
更新时间 | 2023-06-05 |
上架时间 | 2023-05-21 |
评分 | 5.00/5 共3次评分 |
开发者 | driveskydigital |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://skydigitaldrive.com/ |
帮助页面URL | https://skydigitaldrive.com/ |
隐私政策页面URL | http://skydigitaldrive.com/privacy.html |
支持的语言 | 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:\/\/*\/*" ] } ] } |