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…

Apa itu Type-in | ChatGPT email assistant | GPT-3?

Type-in | ChatGPT email assistant | GPT-3 adalah ekstensi Chrome yang dikembangkan oleh https://www.type-in.app, dan fitur utamanya adalah "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Type-in | ChatGPT email assistant | GPT-3

Unduh file ekstensi Type-in | ChatGPT email assistant | GPT-3 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Type-in | ChatGPT email assistant | GPT-3 Type-in | ChatGPT email assistant | GPT-3
ID ppifghbfjllplimhdmkoldolkoppihnk
URL Resmi https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk
Deskripsi Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…
Ukuran File 2.81 MB
Jumlah Instalasi 333
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2023-01-30
Tanggal Publikasi 2022-11-09
Penilaian 5.00/5 Total 13 Penilaian
Pengembang https://www.type-in.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.type-in.app
URL Halaman Kebijakan Privasi https://www.type-in.app/privacy
Bahasa yang Didukung 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
}