Floating ChatGPT

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

Τι είναι το Floating ChatGPT;

Το Floating ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://softpulseinfotech.com, και η κύρια λειτουργία του είναι "This extension for use ChatGPT in floating popup inside any website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Floating ChatGPT

Λήψη αρχείων επέκτασης 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"
        }
    ]
}