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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatbotsPlace - ChatGPT on the sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |