Floating ChatGPT

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

什么是Floating ChatGPT?

Floating ChatGPT是由https://softpulseinfotech.com开发的Chrome扩展程序,该扩展的主要功能是“This extension for use ChatGPT in floating popup inside any website.”。

扩展截图

screenshot

下载Floating ChatGPT扩展crx文件

下载Floating ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Floating ChatGPT Floating ChatGPT
ID kolncengohadgaenemeaplfgamaneedl
官方URL https://chromewebstore.google.com/detail/floating-chatgpt/kolncengohadgaenemeaplfgamaneedl
简介 This extension for use ChatGPT in floating popup inside any website.
文件大小 425 KB
安装次数 96
当前版本 1.2
更新时间 2023-12-16
上架时间 2023-03-16
评分 4.00/5 共1次评分
开发者 https://softpulseinfotech.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}