Type-in | ChatGPT email assistant | GPT-3

Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…

O que é Type-in | ChatGPT email assistant | GPT-3?

Type-in | ChatGPT email assistant | GPT-3 é uma extensão do Chrome desenvolvida por https://www.type-in.app, e sua principal característica é "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Type-in | ChatGPT email assistant | GPT-3

Baixe arquivos de extensão Type-in | ChatGPT email assistant | GPT-3 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

                        Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT technology.

With Type-in, you can create fully customized emails tailored to your specific needs in a fraction of the time it would take you to write them out manually. 

The app also allows you to reply to emails with just a few keywords, saving you time and energy. So if you're looking for a way to quickly and easily generate and respond to emails, Type-in is the perfect choice for you!

For questions and cooperation contact: [email protected]                    

Informações Básicas da Extensão

Nome Type-in | ChatGPT email assistant | GPT-3 Type-in | ChatGPT email assistant | GPT-3
ID ppifghbfjllplimhdmkoldolkoppihnk
URL Oficial https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk
Descrição Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…
Tamanho do Arquivo 2.81 MB
Contagem de Instalações 333
Versão Atual 2.0.2
Última Atualização 2023-01-30
Data de Publicação 2022-11-09
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://www.type-in.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.type-in.app
URL da Página de Política de Privacidade https://www.type-in.app/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type-in | ChatGPT email assistant | GPT-3",
    "version": "2.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "action": {
        "default_icon": "logo.png"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "manifest_version": 3
}