Floating ChatGPT

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

What is Floating ChatGPT?

Floating ChatGPT is a Chrome extension developed by https://softpulseinfotech.com, and its main feature is "This extension for use ChatGPT in floating popup inside any website.".

Extension Screenshots

screenshot

Download Floating ChatGPT Extension CRX File

Download Floating ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Floating ChatGPT Floating ChatGPT
ID kolncengohadgaenemeaplfgamaneedl
Official URL https://chromewebstore.google.com/detail/floating-chatgpt/kolncengohadgaenemeaplfgamaneedl
Description This extension for use ChatGPT in floating popup inside any website.
File Size 425 KB
Installation Count 96
Current Version 1.2
Last Updated 2023-12-16
Publish Date 2023-03-16
Rating 4.00/5 Total 1 Ratings
Developer https://softpulseinfotech.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}