Chat GPT Reply
Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.
O que é Chat GPT Reply?
Chat GPT Reply é uma extensão do Chrome desenvolvida por driveskydigital, e sua principal característica é "Generate an email or message reply with one click using ChatGPT, or write in any input box on any website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chat GPT Reply
Baixe arquivos de extensão Chat GPT Reply no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Chat GPT Reply |
ID | blmjpihalepofbadijebmekdfecfldgm |
URL Oficial | https://chromewebstore.google.com/detail/chat-gpt-reply/blmjpihalepofbadijebmekdfecfldgm |
Descrição | Generate an email or message reply with one click using ChatGPT, or write in any input box on any website. |
Tamanho do Arquivo | 213 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-06-05 |
Data de Publicação | 2023-05-21 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | driveskydigital |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://skydigitaldrive.com/ |
URL da Página de Ajuda | https://skydigitaldrive.com/ |
URL da Página de Política de Privacidade | http://skydigitaldrive.com/privacy.html |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |