Floating ChatGPT

This extension for use ChatGPT in floating popup inside any website.

¿Qué es Floating ChatGPT?

Floating ChatGPT es una extensión de Chrome desarrollada por https://softpulseinfotech.com, y su función principal es "This extension for use ChatGPT in floating popup inside any website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Floating ChatGPT

Descarga archivos de extensión Floating ChatGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Attention all ChatGPT users! AI-Based ChatGPT will be your best tool. For now, the Floating ChatGPT extension is available to assist you.

The AI industry is booming, and ChatGPT's AI tools can be overwhelming due to the many options available. The Floating ChatGPT extension is your personal AI assistant, available with just one click, to help you get answers to your questions instantly.

Check out these Floating ChatGPT extension features:
*Easy-to-use interface
*Quick response time
*Efficient communication
*Secure and private conversations
*Instant access to information
*AI-powered assistance
*Multilingual support
*Clear chat function
*One-click copying to the clipboard

Once installed, the extension appears as a small chat icon on your browser extension section. By clicking on the icon, users can open a chat window and interact with ChatGPT to ask questions or get help with various tasks. Easy-to-use extension users can change the position of the chat window. The chat window provides a direct line of communication with ChatGPT, allowing you to ask questions and get help with various tasks. Whether you need help with a specific task or just want to chat with a friendly AI, this extension is an excellent choice for anyone looking to enhance their online experience. 

Install our Floating ChatGPT extension in your web browser for an easy and optimal experience, an excellent way to simplify your online searches, and a hassle-free way to access ChatGPT and search for information quickly and easily.                    

Información Básica de la Extensión

Nombre Floating ChatGPT Floating ChatGPT
ID kolncengohadgaenemeaplfgamaneedl
URL Oficial https://chromewebstore.google.com/detail/floating-chatgpt/kolncengohadgaenemeaplfgamaneedl
Descripción This extension for use ChatGPT in floating popup inside any website.
Tamaño del Archivo 425 KB
Cantidad de Instalaciones 96
Versión Actual 1.2
Última Actualización 2023-12-16
Fecha de Publicación 2023-03-16
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador https://softpulseinfotech.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Floating ChatGPT",
    "description": "This extension for use ChatGPT in floating popup inside any website.",
    "version": "1.2",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/chatpopup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/home\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}