GPTAnywhere

Super Easy access to ChatGPT with a simple Chrome-Extension

GPTAnywhere क्या है?

GPTAnywhere GPTAnywhere द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super Easy access to ChatGPT with a simple Chrome-Extension"।

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

screenshot

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

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

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

                        GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.                    

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

नाम GPTAnywhere GPTAnywhere
ID pklibapjplkpanekidgnckgjablljhni
आधिकारिक URL https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni
विवरण Super Easy access to ChatGPT with a simple Chrome-Extension
फ़ाइल का आकार 516 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-12-16
प्रकाशन तिथि 2022-12-16
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर GPTAnywhere
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTAnywhere",
    "description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "frontend\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background\/index.js"
    }
}