Gmail Composer AI
Write emails with ChatGPT on Gmail
O que é Gmail Composer AI?
Gmail Composer AI é uma extensão do Chrome desenvolvida por juanmadurand, e sua principal característica é "Write emails with ChatGPT on Gmail".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gmail Composer AI
Baixe arquivos de extensão Gmail Composer AI 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
Introducing Gmail Composer AI, the ultimate productivity tool for Gmail users! With this powerful Chrome extension, writing emails has never been easier. Harnessing the incredible capabilities of ChatGPT, Gmail Composer AI takes your email composition experience to a whole new level. Gmail Composer AI empowers you to effortlessly craft well-written and engaging emails in a fraction of the time. Whether you're a busy professional, a student, or anyone who frequently uses Gmail, this extension will revolutionize your email workflow.
Informações Básicas da Extensão
Nome | |
ID | admmpgllajcpkahmgeaaghkopeoalmbi |
URL Oficial | https://chrome.google.com/webstore/detail/gmail-composer-ai/admmpgllajcpkahmgeaaghkopeoalmbi |
Descrição | Write emails with ChatGPT on Gmail |
Tamanho do Arquivo | 151 KB |
Contagem de Instalações | 137 |
Versão Atual | 1.17.1 |
Última Atualização | 2023-06-06 |
Data de Publicação | 2023-06-06 |
Desenvolvedor | juanmadurand |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/juanmadurand/gmail-composer-ai |
Idiomas Suportados | de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.17.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": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "web_accessible_resources": [ { "resources": [ "libs.js" ], "matches": [ " |