GPT Everywhere

Allow you to generate content everywhere!

GPT Everywhere क्या है?

GPT Everywhere Sheet SMS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow you to generate content everywhere!"।

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

screenshot
screenshot

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

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

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

                        Introducing the GPT Everywhere Chrome extension! Now you can access latest content generation algorithms quickly and easily from anywhere on the web with just one click.

With the GPT Everywhere Chrome extension, you can:

1. Start a new chat session with a click of a button
2. Get amazing content creation from latest GPT algorithm
3. Access chat history and previous conversations

Say goodbye to switching between different tabs and windows to access your content generation algorithms. With the GPT Everywhere Chrome extension, you'll always be just a click away from connecting with people from around the world.

To get started, simply download the GPT Everywhere Chrome extension from the Chrome Web Store. Once installed, you'll be able to generate texts from the extension toolbar in your browser.

Try it out today and see how the GPT Everywhere extension will allow you to generate texts easily and rapidly!

** This presentation has been written by the extension itself :p **                    

एक्सटेंशन की मूल जानकारी

नाम GPT Everywhere GPT Everywhere
ID fmoljadclabehlgmmollefechajplekj
आधिकारिक URL https://chromewebstore.google.com/detail/gpt-everywhere/fmoljadclabehlgmmollefechajplekj
विवरण Allow you to generate content everywhere!
फ़ाइल का आकार 94.02 KB
स्थापना संख्या 132
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-04-16
प्रकाशन तिथि 2023-04-04
डेवलपर Sheet SMS
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://sheetsms.com/privacy_policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Everywhere",
    "version": "1.1",
    "oauth2": {
        "client_id": "876789195214-uvql6np19adtrmhl8nihjgnl2tei67c6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "description": "Allow you to generate content everywhere!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdparty\/jquery.min.js",
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}