Chat GPT Reply
Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
Was ist Chat GPT Reply?
Chat GPT Reply ist eine Chrome-Erweiterung, die von driveskydigital entwickelt wurde, und ihr Hauptmerkmal ist "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.".
Erweiterungsscreenshots
Chat GPT Reply-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chat GPT Reply-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chat GPT Reply |
ID | blmjpihalepofbadijebmekdfecfldgm |
Offizielle URL | https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm |
Beschreibung | Generate an email or message reply with one click using ChatGPT, or write in any input box on any website. |
Dateigröße | 213 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-06-05 |
Veröffentlichungsdatum | 2023-05-21 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | driveskydigital |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://skydigitaldrive.com/ |
Hilfeseite URL | https://skydigitaldrive.com/ |
URL der Datenschutzrichtlinien-Seite | http://skydigitaldrive.com/privacy.html |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |