GoPenAI

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

Was ist GoPenAI?

GoPenAI ist eine Chrome-Erweiterung, die von GoPenAI entwickelt wurde, und ihr Hauptmerkmal ist "GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…".

Erweiterungsscreenshots

screenshot
screenshot

GoPenAI-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoPenAI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name GoPenAI GoPenAI
ID hblcnjnneonokpmhlhagdbhcjbbflpla
Offizielle URL https://chromewebstore.google.com/detail/gopenai/hblcnjnneonokpmhlhagdbhcjbbflpla
Beschreibung GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…
Dateigröße 24.11 KB
Installationsanzahl 52
Aktuelle Version 1.0.6
Letztes Update 2023-02-20
Veröffentlichungsdatum 2023-01-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler GoPenAI
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gopenai.com/
URL der Datenschutzrichtlinien-Seite https://gopenai.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}