GoPenAI

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

Qu'est-ce que GoPenAI ?

GoPenAI est une extension Chrome développée par GoPenAI, et sa fonction principale est "GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GoPenAI

Téléchargez les fichiers d'extension GoPenAI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom GoPenAI GoPenAI
ID hblcnjnneonokpmhlhagdbhcjbbflpla
URL Officiel https://chromewebstore.google.com/detail/gopenai/hblcnjnneonokpmhlhagdbhcjbbflpla
Description GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…
Taille du Fichier 24.11 KB
Nombre d'Installations 52
Version Actuelle 1.0.6
Dernière Mise à Jour 2023-02-20
Date de Publication 2023-01-24
Évaluation 5.00/5 Total 5 Évaluations
Développeur GoPenAI
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gopenai.com/
URL de la Page de Politique de Confidentialité https://gopenai.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}