ReplaiGPT
Generate custom email replies using ChatGPT and your predefined context.
ReplaiGPTคืออะไร?
ReplaiGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย replaigpt และคุณลักษณะหลักของมันคือ "Generate custom email replies using ChatGPT and your predefined context."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReplaiGPT
ดาวน์โหลดไฟล์ส่วนขยาย ReplaiGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |