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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type-in is a gmail plugin generates and replies to emails quickly and easily from keywords! using GPT-3 known as ChatGPT…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Type-in | ChatGPT email assistant | GPT-3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}