ChatbotsPlace - ChatGPT on the sidebar

Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!

ChatbotsPlace - ChatGPT on the sidebar란 무엇입니까?

ChatbotsPlace - ChatGPT on the sidebar은(는) https://chatbotsplace.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ChatbotsPlace - ChatGPT on the sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chat with AI right from your Chrome sidebar. This extension conveniently integrates leading chatbot technologies, such as OpenAI's ChatGPT, Claude, Meta's LLAMA, AI21 Labs, and Google Gemini Pro into your browser's sidebar, making AI interactions effortless and immediate.

In addition to interactive AI chat features, this extension enables AI-powered text-to-images experience by harnessing the power of technologies like OpenAI's DALL-E 3, Stable Diffusion, Amazon Titan, and Google's Imagegen.

Dive into the world of AI — free to try! As a courtesy to our new users, we're offering 5 free gems on sign up. Use these gems to experience the diverse functionalities these AI tools have to offer!

Key Features:

- Seamless operation with chatbots from OpenAI's ChatGPT, Claude, LLAMA, AI21 Labs, and Google Gemini Pro directly from the sidebar of your browser
- AI-powered text-to-images with OpenAI's DALL-E 3, Stable Diffusion, Amazon Titan, and Google Imagegen
- User-friendly interface
- Quick access with Ctrl+. (or Command+. in Mac)
- Privacy friendly: we do not require any invasive permission
- Free to try with 5 complimentary gems, facilitating a smooth exploration of diverse AI tools                    

확장 프로그램 기본 정보

이름 ChatbotsPlace - ChatGPT on the sidebar ChatbotsPlace - ChatGPT on the sidebar
ID cbapcdnkcgiajboppakkhjmdolbkinge
공식 URL https://chromewebstore.google.com/detail/chatbotsplace-chatgpt-on/cbapcdnkcgiajboppakkhjmdolbkinge
설명 Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!
파일 크기 862 KB
설치 횟수 100,000
현재 버전 1.1.3
최근 업데이트 2024-02-23
출시 날짜 2023-11-01
평점 5.00/5 총 1 개의 평점
개발자 https://chatbotsplace.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://chatbotsplace.com
도움말 페이지 URL https://chatbotsplace.com/contact
개인정보 보호 정책 페이지 URL https://chatbotsplace.com/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.3",
    "default_locale": "en",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/chatbotsplace.com\/*"
    ],
    "commands": {
        "open-side-panel": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            },
            "description": "__MSG_extension_shortcutkeyDescription__"
        }
    },
    "icons": {
        "16": "logo\/logo_16.png",
        "32": "logo\/logo_32.png",
        "48": "logo\/logo_48.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "minimum_chrome_version": "116",
    "side_panel": {
        "default_path": "index.html"
    }
}