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…

Cos'è Type-in | ChatGPT email assistant | GPT-3?

Type-in | ChatGPT email assistant | GPT-3 è un'estensione di Chrome sviluppata da https://www.type-in.app, e la sua funzione principale è "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Type-in | ChatGPT email assistant | GPT-3

Scarica i file di estensione Type-in | ChatGPT email assistant | GPT-3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Type-in | ChatGPT email assistant | GPT-3 Type-in | ChatGPT email assistant | GPT-3
ID ppifghbfjllplimhdmkoldolkoppihnk
URL Ufficiale https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk
Descrizione Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…
Dimensione del File 2.81 MB
Conteggio Installazioni 333
Versione Corrente 2.0.2
Ultimo Aggiornamento 2023-01-30
Data di Pubblicazione 2022-11-09
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://www.type-in.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.type-in.app
URL della Pagina della Politica sulla Privacy https://www.type-in.app/privacy
Lingue Supportate 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
}