GoPenAI

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

O que é GoPenAI?

GoPenAI é uma extensão do Chrome desenvolvida por GoPenAI, e sua principal característica é "GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GoPenAI

Baixe arquivos de extensão GoPenAI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome GoPenAI GoPenAI
ID hblcnjnneonokpmhlhagdbhcjbbflpla
URL Oficial https://chromewebstore.google.com/detail/gopenai/hblcnjnneonokpmhlhagdbhcjbbflpla
Descrição GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…
Tamanho do Arquivo 24.11 KB
Contagem de Instalações 52
Versão Atual 1.0.6
Última Atualização 2023-02-20
Data de Publicação 2023-01-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor GoPenAI
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gopenai.com/
URL da Página de Política de Privacidade https://gopenai.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}