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 |
Eメール | [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:\/\/*\/*" ] } ] } |