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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } ] } |