Sidebar AI(Google Gemini/Copilot/ChatGPT)

Open AI (Google Gemini/ChatGPT/Baidu AI/Copilot) in sidebar(side panel), allows you to use AI services in the sidebar at any time.

Sidebar AI(Google Gemini/Copilot/ChatGPT) là gì?

Sidebar AI(Google Gemini/Copilot/ChatGPT) là một tiện ích mở rộng Chrome được phát triển bởi givebest, và tính năng chính của nó là "Open AI (Google Gemini/ChatGPT/Baidu AI/Copilot) in sidebar(side panel), allows you to use AI services in the sidebar at any time.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sidebar AI(Google Gemini/Copilot/ChatGPT)

Tải xuống các tệp mở rộng Sidebar AI(Google Gemini/Copilot/ChatGPT) 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

                        Open AI in the browser side panel, including Google Gemini/ChatGPT/Baidu AI/Microsoft Copilot, allowing you to use AI while browsing any web page.

⭐ Features ⭐

1. While browsing the web, you can open and use Google Gemini/Microsoft Copilot, ChatGPT, and Baidu AI in the Sidebar (Chrome Side Panel/Edge Sidebar).
2. Customize the AI sequence.
3. Record the last time AI was opened.

❓FAQ❓
1. What is Sidebar AI?
Sidebar AI is a browser extension whose main function is to open and use Google Gemini/Microsoft Copilot, ChatGPT, and Baidu AI in Sidebar (Chrome Side Panel/Edge Sidebar) while browsing the web to improve work efficiency.

2. Is Sidebar AI free to use?
Yes.


3. What is Microsoft Copilot?
Microsoft Copilot is a chatbot based on a large language model developed by Microsoft. It is an AI assistant that provides innovative solutions to help simplify daily tasks, increase productivity, and provide useful insights.

4. What is Baidu AI?
Baidu AI, whose Chinese name is Wen Xin Yi Yan and its English name is ERNIE Bot, can assist you with a wide range of tasks and provide information on a variety of topics, such as answering questions, providing definitions and explanations, and suggestions. If you have any questions, please feel free to ask me.                    

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

Tên Sidebar AI(Google Gemini/Copilot/ChatGPT) Sidebar AI(Google Gemini/Copilot/ChatGPT)
ID nhchmkkdppmkmblocpdjcpdenchddgnh
URL Chính Thức https://chromewebstore.google.com/detail/sidebar-aigoogle-geminico/nhchmkkdppmkmblocpdjcpdenchddgnh
Mô tả Open AI (Google Gemini/ChatGPT/Baidu AI/Copilot) in sidebar(side panel), allows you to use AI services in the sidebar at any time.
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-12-03
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển givebest
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1PsKpmuGS1g9NRjtZ_jnsczaQ5jD3V69m7p4rzKtnFPA/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,tr,da,es,it,pl,pt-BR,pt-PT,sv,ru,uk,hi,bn,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Click to open sidebar AI"
    },
    "version": "1.2.3",
    "author": "[email protected]",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "default_locale": "en",
    "minimum_chrome_version": "114",
    "host_permissions": [
        "https:\/\/*.openai.com\/*",
        "https:\/\/*.baidu.com\/*",
        "https:\/\/*.bing.com\/*",
        "https:\/\/*.microsoft.com\/*",
        "https:\/\/*.googleapis.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    }
}