Geppetto

This is an extension that you can talk with

Geppetto क्या है?

Geppetto STDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension that you can talk with"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is an extension that you can talk with. Powered by OpenAI's ChatGPT, this extension allows you to quickly ask questions to it, get answers and leverage a conversation with it.                    

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

नाम Geppetto Geppetto
ID mmifilomahkeigjcnggngjiggggegmdc
आधिकारिक URL https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc
विवरण This is an extension that you can talk with
फ़ाइल का आकार 234 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-03-22
प्रकाशन तिथि 2023-02-08
डेवलपर STDev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://st-dev.com
सहायता पृष्ठ URL https://st-dev.com/get-a-quote
गोपनीयता नीति पृष्ठ URL http://codebnb.me/privacy-policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geppetto",
    "description": "This is an extension that you can talk with",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/assets\/icons\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "\/assets\/icons\/logo.png"
        }
    },
    "permissions": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/chatgpt-ext.codebnb.me\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": []
}