Email Polisher for Gmail

A Chrome extension that polishes the content of Gmail emails using GPT

O que é Email Polisher for Gmail?

Email Polisher for Gmail é uma extensão do Chrome desenvolvida por xavier, e sua principal característica é "A Chrome extension that polishes the content of Gmail emails using GPT".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Polisher for Gmail

Baixe arquivos de extensão Email Polisher for Gmail 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 the Email Polisher for Gmail Chrome extension - a user-friendly tool that enhances your writing by polishing your grammar, style, and word choice. With just a click of a button, you can improve the quality of your emails, ensuring that your message is clear, concise, and error-free. Our extension integrates seamlessly with Gmail, allowing you to compose your email and then click the "Polish" button to send it through our GPT API for automated grammar correction. Our powerful AI technology instantly analyzes your text, identifying areas where improvements can be made, and provides you with suggestions for edits that you can accept or reject.

Whether you're a professional looking to improve your communication skills or someone who just wants to write better emails, the Email Polisher for Gmail Chrome extension is the perfect tool for you. With our easy-to-use interface and powerful AI technology, you can write with confidence, knowing that your writing is of the highest quality. Install the Email Polisher for Gmail Chrome extension today and take your writing to the next level!                    

Informações Básicas da Extensão

Nome Email Polisher for Gmail Email Polisher for Gmail
ID hkniefkaiaakhhgkbibjnphcgpbfnlfe
URL Oficial https://chromewebstore.google.com/detail/email-polisher-for-gmail/hkniefkaiaakhhgkbibjnphcgpbfnlfe
Descrição A Chrome extension that polishes the content of Gmail emails using GPT
Tamanho do Arquivo 340 KB
Contagem de Instalações 53
Versão Atual 1.0.1
Última Atualização 2023-03-13
Data de Publicação 2023-03-03
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor xavier
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.emailpolisher.com/
URL da Página de Ajuda https://www.emailpolisher.com/about
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Polisher for Gmail",
    "description": "A Chrome extension that polishes the content of Gmail emails using GPT",
    "version": "1.0.1",
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "action": {
        "default_popup": "pages\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.emailpolisher.com\/auth\/google\/success"
            ],
            "js": [
                "content.min.js"
            ]
        }
    ]
}