ChatGPT 4 for Google - ChatGPT Everywhere

ChatGPT 4 for all Search Engines and AI Image Generator

O que é ChatGPT 4 for Google - ChatGPT Everywhere?

ChatGPT 4 for Google - ChatGPT Everywhere é uma extensão do Chrome desenvolvida por https://fusionchat.ai, e sua principal característica é "ChatGPT 4 for all Search Engines and AI Image Generator".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT 4 for Google - ChatGPT Everywhere

Baixe arquivos de extensão ChatGPT 4 for Google - ChatGPT Everywhere 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 4 for Google Bing, Baidu, DuckDuckGO with Midjourney AI Image Generator
➤ Chat with ChatGPT everytime you Search
➤ ChatGPT Copilot on every webpage
➤ Generate HD images with AI


It has the following main features:
➤ Search Engine Integration:
✅ Google
✅ Bing
✅ Yahoo
✅ Baidu
✅ DuckDuckGo
✅ Others

➤ Midjourney AI Image Generator
✅ Generate High Quality images from your imagination
✅ Type a prompt and make your image come to life

➤ Helper Popup, Call Fusion on any page you want by just doing the following:
✅ Click on the page and select Call Fusion
✅ Right Click on highlighted text and select Ask Fusion about: "...
✅ Use the handy shortcut Ctrl+Q (Q - for question)

➤ Document Composer
Easily compose documents such as
✅ Emails
✅ Proposals
✅ Essays
Just type
Fusion: [Prompt] ?
then press Enter Key. Fusion will start generating a response based on the Prompt given. Which is extremely help full for generating emails, reports, essays and other documents.

➤ Key Features
🔍 Get ChatGPT answers in Search
🖼️ Generate AI Images
📖 Learn and Study difficult topics
📰 Summarize Documents
🤔 Learn New Concepts
👨‍💻 Write and Explain Code
🌍 Translate and learn different languages
🤖 ChatGPT Everywhere avaliable on all webpages


➤ Terms and Conditions
By installing the extension, you agree to and acknowledge:
www.fusionchat.ai/privacy.html
www.fusionchat.ai/terms.html                    

Informações Básicas da Extensão

Nome ChatGPT 4 for Google - ChatGPT Everywhere ChatGPT 4 for Google - ChatGPT Everywhere
ID bflmnoacgfmbdfinmbiapbanfobpglba
URL Oficial https://chromewebstore.google.com/detail/chatgpt-4-for-google-chat/bflmnoacgfmbdfinmbiapbanfobpglba
Descrição ChatGPT 4 for all Search Engines and AI Image Generator
Tamanho do Arquivo 565 KB
Contagem de Instalações 14,569
Versão Atual 1.3.3
Última Atualização 2023-10-20
Data de Publicação 2023-03-09
Classificação 4.45/5 Total de 55 Avaliações
Desenvolvedor https://fusionchat.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fusionchat.ai
URL da Página de Política de Privacidade https://fusionchat.ai/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT 4 for Google - ChatGPT Everywhere",
    "description": "ChatGPT 4 for all Search Engines and AI Image Generator",
    "version": "1.3.3",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-helper": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "Open Fusion Chat Assistant"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fusionchat.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}