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…

Was ist Type-in | ChatGPT email assistant | GPT-3?

Type-in | ChatGPT email assistant | GPT-3 ist eine Chrome-Erweiterung, die von https://www.type-in.app entwickelt wurde, und ihr Hauptmerkmal ist "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".

Erweiterungsscreenshots

screenshot
screenshot

Type-in | ChatGPT email assistant | GPT-3-Erweiterungs-CRX-Datei herunterladen

Laden Sie Type-in | ChatGPT email assistant | GPT-3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Type-in | ChatGPT email assistant | GPT-3 Type-in | ChatGPT email assistant | GPT-3
ID ppifghbfjllplimhdmkoldolkoppihnk
Offizielle URL https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk
Beschreibung Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…
Dateigröße 2.81 MB
Installationsanzahl 333
Aktuelle Version 2.0.2
Letztes Update 2023-01-30
Veröffentlichungsdatum 2022-11-09
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler https://www.type-in.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.type-in.app
URL der Datenschutzrichtlinien-Seite https://www.type-in.app/privacy
Unterstützte Sprachen 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
}