GoPenAI

GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…

GoPenAI क्या है?

GoPenAI GoPenAI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…"।

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

screenshot
screenshot

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

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

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

                        GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a designer, marketer, or just looking for a new way to showcase your chatbot's capabilities, GoPenAI is the perfect solution. With its easy-to-use interface and powerful image generation capabilities, you'll be able to create stunning graphics in just a few clicks. Try GoPenAI today and take your ChatGPT conversations to the next level!                    

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

नाम GoPenAI GoPenAI
ID hblcnjnneonokpmhlhagdbhcjbbflpla
आधिकारिक URL https://chromewebstore.google.com/detail/gopenai/hblcnjnneonokpmhlhagdbhcjbbflpla
विवरण GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…
फ़ाइल का आकार 24.11 KB
स्थापना संख्या 52
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-02-20
प्रकाशन तिथि 2023-01-24
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर GoPenAI
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gopenai.com/
गोपनीयता नीति पृष्ठ URL https://gopenai.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoPenAI",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "16.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}