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…

Type-in | ChatGPT email assistant | GPT-3とは何ですか?

Type-in | ChatGPT email assistant | GPT-3はhttps://www.type-in.appによって開発されたChromeの拡張機能で、その主な機能は「Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Type-in | ChatGPT email assistant | GPT-3拡張機能のCRXファイルをダウンロード

Type-in | ChatGPT email assistant | GPT-3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Type-in | ChatGPT email assistant | GPT-3 Type-in | ChatGPT email assistant | GPT-3
ID ppifghbfjllplimhdmkoldolkoppihnk
公式URL https://chromewebstore.google.com/detail/type-in-chatgpt-email-ass/ppifghbfjllplimhdmkoldolkoppihnk
説明 Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…
ファイルサイズ 2.81 MB
インストール数 333
現在のバージョン 2.0.2
最終更新日 2023-01-30
公開日 2022-11-09
評価 5.00/5 合計 13 レビュー
開発者 https://www.type-in.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.type-in.app
プライバシーポリシーページのURL https://www.type-in.app/privacy
対応言語 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
}