ReplaiGPT
Generate custom email replies using ChatGPT and your predefined context.
ReplaiGPT란 무엇입니까?
ReplaiGPT은(는) replaigpt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate custom email replies using ChatGPT and your predefined context."입니다.
확장 프로그램 스크린샷
ReplaiGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ReplaiGPT allows you to automatically compose email replies with AI and predefined context about you or your business. The difference to all the other ChatGPT Email Chrome extensions is that the AI creates email replies for you, but has no Context whatsoever about you or your Business. The Idea is to create and save information that can be used by ChatGPT as context to create a personalized response to standard and time-consuming email requests. Ideal for recurring email requests of all kinds. You basically create a context and save information about you or your products for later use. ✔️ Seamlessly integrate ReplaiGPT into Gmail. ✔️ All languages are supported. ✔️ Privacy friendly - Emails and Contexts are not saved on our servers, only on your browser ✔️ Use your own OpenAI API key. ✔️ The basic version is free to use ____________ HOW TO USE 1) Click on the extension icon 2) A popup window will appear 3) Go to settings, then create and save a context 4) Get your API Key from OpenAI and paste it in the API Key input field ____________ HOW TO USE IN GMAIL How to generate an email reply in Gmail: 1) Go to Gmail, open an email, and click on the extension icon 2) Select the context you created earlier. 3) Click the Generate Button and wait ca. 10–15 seconds. ____ FAQ Which languages does it support? All popular languages. Just select the language in the context dropdown. Which data is shared with the AI model? When writing a new email, the data sent is the user context and email content of the opened email. What is your privacy policy? Your emails or any other messages are not saved on our servers. The context of an email or message is solely used for the purpose of generating the response and nothing else. Furthermore, we value your privacy and refrain from using any third-party cookies, trackers, etc. To ensure the protection of your data, we use industry-standard encryption and security measures.
확장 프로그램 기본 정보
이름 | ReplaiGPT |
ID | bcdidnkadmpemipmokednakfbmbojnbp |
공식 URL | https://chromewebstore.google.com/detail/replaigpt/bcdidnkadmpemipmokednakfbmbojnbp |
설명 | Generate custom email replies using ChatGPT and your predefined context. |
파일 크기 | 815 KB |
설치 횟수 | 52 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-11-25 |
출시 날짜 | 2023-11-24 |
개발자 | replaigpt |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://replaigpt.netlify.app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ReplaiGPT", "version": "1.1.0", "description": "Generate custom email replies using ChatGPT and your predefined context.", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html" }, "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/us-central1-replaigpt-lemon.cloudfunctions.net\/*" ], "background": { "service_worker": "background.js", "type": "module" } } |