ChatGPT AI Assistant

ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…

O que é ChatGPT AI Assistant?

ChatGPT AI Assistant é uma extensão do Chrome desenvolvida por Abhisek Sinha, e sua principal característica é "ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT AI Assistant

Baixe arquivos de extensão ChatGPT AI Assistant 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

                        ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and accurate answers to questions right in your browser window, eliminating the need to switch pages. This extension covers information search, quick calculations, and text translation.

With natural language processing, ChatGPT AI Assistant quickly understands your inquiries and provides concise answers, saving you time. Whether you're a student, professional, or web enthusiast, this extension makes browsing faster and more efficient.

Personalize the extension to fit your preferences and quickly access frequently used information and tools. Stay up to date with regular updates and improvements for the best browsing experience.

Experience a powerful and user-friendly browsing tool with ChatGPT AI Assistant Chrome Extension. Upgrade your browsing today.                    

Informações Básicas da Extensão

Nome ChatGPT AI Assistant ChatGPT AI Assistant
ID flifobnepbjamcpjnhdkhbbpfocpcddf
URL Oficial https://chromewebstore.google.com/detail/chatgpt-ai-assistant/flifobnepbjamcpjnhdkhbbpfocpcddf
Descrição ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…
Tamanho do Arquivo 7.84 KB
Contagem de Instalações 603
Versão Atual 1.0.1
Última Atualização 2023-02-16
Data de Publicação 2023-02-16
Desenvolvedor Abhisek Sinha
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT AI Assistant",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}