Floating ChatGPT

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

Apa itu Floating ChatGPT?

Floating ChatGPT adalah ekstensi Chrome yang dikembangkan oleh https://softpulseinfotech.com, dan fitur utamanya adalah "This extension for use ChatGPT in floating popup inside any website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Floating ChatGPT

Unduh file ekstensi Floating ChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Floating ChatGPT Floating ChatGPT
ID kolncengohadgaenemeaplfgamaneedl
URL Resmi https://chromewebstore.google.com/detail/floating-chatgpt/kolncengohadgaenemeaplfgamaneedl
Deskripsi This extension for use ChatGPT in floating popup inside any website.
Ukuran File 425 KB
Jumlah Instalasi 96
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-12-16
Tanggal Publikasi 2023-03-16
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://softpulseinfotech.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}