Re:GPT — AI-Powered Email Assistant
OpenAI ChatGPT integration for Gmail & Outlook — Prefill email replies and leverage GPT's power to write quality emails faster.
Τι είναι το Re:GPT — AI-Powered Email Assistant;
Το Re:GPT — AI-Powered Email Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον @ybouane, και η κύρια λειτουργία του είναι "OpenAI ChatGPT integration for Gmail & Outlook — Prefill email replies and leverage GPT's power to write quality emails faster.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Re:GPT — AI-Powered Email Assistant
Λήψη αρχείων επέκτασης Re:GPT — AI-Powered Email Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Re:GPT is your indispensable AI-powered email assistant.
It integrates ChatGPT with Gmail and Outlook. Re:GPT allows you to compose high-quality messages swiftly. Say goodbye to email writer's block and hello to enhanced productivity.
Whether you want to maintain a professional tone, add a touch of humor, or streamline your communication, Re:GPT has you covered. Install it now and experience the future of email writing – smarter, faster, and more efficient than ever before.
Elevate your email game with Re:GPT:
- Speed up email composition with AI-generated content.
- Customize your email style, from casual to formal, to match your needs.
- Seamlessly integrate Re:GPT into Gmail and Outlook.
- Choose from flexible pricing plans to suit your email productivity requirements. Get started today and discover a world of effortless email communication. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pfejjngcceifejbcingpgcklecmchbli |
| Επίσημο URL | https://chromewebstore.google.com/detail/regpt-%E2%80%94-ai-powered-email/pfejjngcceifejbcingpgcklecmchbli |
| Περιγραφή | OpenAI ChatGPT integration for Gmail & Outlook — Prefill email replies and leverage GPT's power to write quality emails faster. |
| Μέγεθος Αρχείου | 464 KB |
| Αριθμός Εγκαταστάσεων | 4,650 |
| Τρέχουσα Έκδοση | 1.0.8 |
| Τελευταία Ενημέρωση | 2023-11-15 |
| Ημερομηνία Δημοσίευσης | 2023-10-09 |
| Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | @ybouane |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | in_app |
| Ιστότοπος Επέκτασης | https://re-gpt.email |
| URL της Σελίδας Πολιτικής Απορρήτου | https://re-gpt.email/privacy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Re:GPT \u2014 AI-Powered Email Assistant",
"version": "1.0.8",
"manifest_version": 3,
"description": "OpenAI ChatGPT integration for Gmail & Outlook \u2014 Prefill email replies and leverage GPT's power to write quality emails faster.",
"homepage_url": "http:\/\/re-gpt.email",
"icons": {
"128": "icons\/icon128.png"
},
"default_locale": "en",
"action": {
"default_icon": "icons\/icon128-transparent.png",
"default_popup": "src\/popup\/popup.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "src\/background\/service_worker.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/outlook.live.com\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/outlook.live.com\/*"
],
"js": [
"src\/inject\/idInjector.js"
]
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"src\/inject\/common.js",
"src\/inject\/injectGmail.js"
],
"css": [
"src\/inject\/inject.css"
],
"world": "MAIN"
},
{
"matches": [
"https:\/\/outlook.live.com\/*"
],
"js": [
"src\/inject\/common.js",
"src\/inject\/injectOutlook.js"
],
"css": [
"src\/inject\/inject.css"
],
"world": "MAIN"
}
]
} | |