EmoGPT: Secure ChatGPT Email Writer for Gmail
Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure 🔒
EmoGPT: Secure ChatGPT Email Writer for Gmailคืออะไร?
EmoGPT: Secure ChatGPT Email Writer for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michaelrokosh และคุณลักษณะหลักของมันคือ "Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure 🔒"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EmoGPT: Secure ChatGPT Email Writer for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย EmoGPT: Secure ChatGPT Email Writer for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🎉 Exciting news! Our platform now supports the new ChatGPT API. By using your own OpenAI API key, you'll enjoy the following benefits: ✔️ No more browser security checks. 🚀 High availability and performance. 🛡️ Data submitted through the API is no longer used for service improvements (including model training). 🗓 A default 30-day data retention policy for API users, with options for stricter retention depending on your needs. 💰 OpenAI's pay-as-you-go pricing is now even more affordable at only around $0.0005 per generated email. This extension can communicate only with OpenAI (ChatGPT) and Gmail thanks to strict and granular permissions to ensure that your data is not shared or accessed by any other internet resources including EmoGPT.com. Put simply, it functions locally and only saves customization preferences as browser data 🔒 Quickly generate email responses, follow-ups, cold outreach templates, or rewrite emails with a high level of personalization and empathy. EmoGPT is designed exclusively for Gmail to enhance user experience and minimize effort in crafting personalized emails. Best of all, it's completely free for personal use, and always will be 🤗 Built with ❤️ in Ukraine 🇺🇦
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EmoGPT: Secure ChatGPT Email Writer for Gmail |
ID | nfncaojjnodkoijoniopnodcfgapbphh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emogpt-secure-chatgpt-ema/nfncaojjnodkoijoniopnodcfgapbphh |
คำอธิบาย | Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure 🔒 |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 702 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-03-13 |
วันที่เผยแพร่ | 2023-02-26 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | michaelrokosh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://emogpt.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EmoGPT: Secure ChatGPT Email Writer for Gmail", "description": "Designed for Gmail and powered directly by your OpenAI (ChatGPT) account, ensuring that your data is kept private and secure \ud83d\udd12", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "css": [ "content-script.css" ], "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "logo.png" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |