ChatGPT Sidebar by cloudHQ

ChatGPT sidebar as your AI assistant on any page

ChatGPT Sidebar by cloudHQ là gì?

ChatGPT Sidebar by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.gpt-sidebar.com, và tính năng chính của nó là "ChatGPT sidebar as your AI assistant on any page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Sidebar by cloudHQ

Tải xuống các tệp mở rộng ChatGPT Sidebar by cloudHQ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Sidebar by cloudHQ ChatGPT Sidebar by cloudHQ
ID kapoabaoamgiilmlanmfejgfomlnccph
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-sidebar-by-cloudh/kapoabaoamgiilmlanmfejgfomlnccph
Mô tả ChatGPT sidebar as your AI assistant on any page
Kích Thước Tệp 1.95 MB
Số Lần Cài Đặt 5,921
Phiên Bản Hiện Tại 2.0.2.27
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2023-08-21
Đánh Giá 4.53/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://www.gpt-sidebar.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gpt-sidebar.com/
URL Trang Trợ Giúp https://support.cloudhq.net/category/chatgpt-sidebar/
URL Trang Chính Sách Bảo Mật https://www.cloudhq.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}