ChatbotsPlace - ChatGPT on the sidebar
Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!
ChatbotsPlace - ChatGPT on the sidebar là gì?
ChatbotsPlace - ChatGPT on the sidebar là một tiện ích mở rộng Chrome được phát triển bởi https://chatbotsplace.com, và tính năng chính của nó là "Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatbotsPlace - ChatGPT on the sidebar
Tải xuống các tệp mở rộng ChatbotsPlace - ChatGPT on the sidebar 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatbotsPlace - ChatGPT on the sidebar |
ID | cbapcdnkcgiajboppakkhjmdolbkinge |
URL Chính Thức | https://chromewebstore.google.com/detail/chatbotsplace-chatgpt-on/cbapcdnkcgiajboppakkhjmdolbkinge |
Mô tả | Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI! |
Kích Thước Tệp | 862 KB |
Số Lần Cài Đặt | 100,000 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2024-02-23 |
Ngày Phát Hành | 2023-11-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://chatbotsplace.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://chatbotsplace.com |
URL Trang Trợ Giúp | https://chatbotsplace.com/contact |
URL Trang Chính Sách Bảo Mật | https://chatbotsplace.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |