ChatGPT Sidebar by cloudHQ

ChatGPT sidebar as your AI assistant on any page

¿Qué es ChatGPT Sidebar by cloudHQ?

ChatGPT Sidebar by cloudHQ es una extensión de Chrome desarrollada por https://www.gpt-sidebar.com, y su función principal es "ChatGPT sidebar as your AI assistant on any page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Sidebar by cloudHQ

Descarga archivos de extensión ChatGPT Sidebar by cloudHQ 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

                        Welcome to the ChatGPT Sidebar by cloudHQ, an AI assistant that emerges from the side of any webpage you browse. 

As you navigate different webpages, your email inbox, or any online document, ChatGPT Sidebar can be accessed with just a click of a button.  The information you get with this handy sidebar provides you with straightforward knowledge about whatever it is that you're browsing.

Whether you're deciphering a dense article, exploring new topics, or just casually browsing, our ChatGPT Sidebar is designed to enrich your understanding, streamline information, and answer any queries you might have—immediately.

How to use ChatGPT Sidebar?
1. Go to any website
2. Select the text
3. Click on ChatGPT Sidebar icon on the right side of your screen, select the prompt and click on "Send to ChatGPT".

~~~~ 3 Benefits of ChatGPT Sidebar by cloudHQ ~~~~

1. Use ChatGPT prompts across websites for tasks like: 
✔️ Summarize 
✔️ Rewrite
✔️ Check Grammar 
✔️ Translate 
✔️ Clarify code 
✔️ Summarize the web page 
✔️ And even find related pages

2. Access our ready-to-use prompt library, where you can further customize any prompts for your own needs.

3. Full support for both ChatGPT-4 and ChatGPT-3.5

4. Full support for Open AI API 

Refine your web experience with ChatGPT, and become smarter in 1 click! 🌟

cloudHQ website: https://www.cloudhq.net/
App website: https://www.gpt-sidebar.com
Pricing: https://www.gpt-sidebar.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/chatgpt-sidebar/
FAQ page: https://support.cloudhq.net/chatgpt-sidebar-faq-frequently-asked-questions/
Blog: https://blog.cloudhq.net                    

Información Básica de la Extensión

Nombre ChatGPT Sidebar by cloudHQ ChatGPT Sidebar by cloudHQ
ID kapoabaoamgiilmlanmfejgfomlnccph
URL Oficial https://chromewebstore.google.com/detail/chatgpt-sidebar-by-cloudh/kapoabaoamgiilmlanmfejgfomlnccph
Descripción ChatGPT sidebar as your AI assistant on any page
Tamaño del Archivo 1.95 MB
Cantidad de Instalaciones 5,921
Versión Actual 2.0.2.27
Última Actualización 2024-02-14
Fecha de Publicación 2023-08-21
Calificación 4.53/5 Total de 15 Calificaciones
Desarrollador https://www.gpt-sidebar.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.gpt-sidebar.com/
URL de la Página de Ayuda https://support.cloudhq.net/category/chatgpt-sidebar/
URL de la Página de Política de Privacidad https://www.cloudhq.net/privacy
Idiomas Soportados de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        },
        {
            "resources": [
                "icons\/*",
                "stylesheets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/icon-128x128.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_smart_web_sidebar.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "chatgpt.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "allURLs.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "world": "MAIN",
            "js": [
                "tcr9i.js"
            ],
            "matches": [
                "https:\/\/tcr9i.chat.openai.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "2.0.2.27",
    "description": "__MSG_appDetail__",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs",
        "contextMenus",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.openai.com\/"
    ],
    "manifest_version": 3
}