GPTShare

"Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…

GPTShare क्या है?

GPTShare daisuke.sato1991 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है ""Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…"।

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

screenshot

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

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

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

                        "Embrace the future of sharing with ChatGPT"

The Chrome extension designed to simplify sharing your ChatGPT conversations. Say goodbye to the hassle of taking screenshots or dealing with copy-paste!

With just a single click, you can generate a link to share with others. It's easy, efficient, and completely free to use.                    

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

नाम GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
आधिकारिक URL https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
विवरण "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
फ़ाइल का आकार 7.31 MB
स्थापना संख्या 215
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-23
प्रकाशन तिथि 2023-04-22
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर daisuke.sato1991
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "GPTShare",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}