gpt.best

Share ChatGPT Transcripts

gpt.best क्या है?

gpt.best Riley Tomasek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share ChatGPT Transcripts"।

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

screenshot

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

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

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

                        GPTBest adds a share button to the ChatGPT app that creates a shareable link from the current conversation. It's great for sharing longer conversations that don't fit in a screenshot.                    

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

नाम gpt.best gpt.best
ID lfjehajehlondfmmdnacgomigbkfahln
आधिकारिक URL https://chromewebstore.google.com/detail/gptbest/lfjehajehlondfmmdnacgomigbkfahln
विवरण Share ChatGPT Transcripts
फ़ाइल का आकार 7.94 KB
स्थापना संख्या 850
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-03-21
प्रकाशन तिथि 2022-12-12
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Riley Tomasek
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gpt.best/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gpt.best",
    "description": "Share ChatGPT Transcripts",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}