Bots GPT4-Vision GPT4-128K Sidebar
Bots GPT4-Vision GPT4-128K Sidebar
Что такое Bots GPT4-Vision GPT4-128K Sidebar?
Bots GPT4-Vision GPT4-128K Sidebar - это расширение Chrome, разработанное https://chartsgpt.tech, и его основная функция - "Bots GPT4-Vision GPT4-128K Sidebar".
Снимки экрана расширения
Скачать файл CRX расширения Bots GPT4-Vision GPT4-128K Sidebar
Скачайте файлы расширений Bots GPT4-Vision GPT4-128K Sidebar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Bots is an application that create your own chatbot based on GPT4 & GPT4-Vision & GPT4-128K & ChatGPT.
Enter your prompt, or upload your file, AI will output the corresponding chart according to your prompt.
Supports AI Models:
✅ GPT4-128K & GPT4-Vision & GPT4-1106 & GPT4.
✅ GPT3.5 & GPT3.5-16K & ChatGPT & ChatGPT-16K
Main Features:
✅ Generate a chart according to the prompt, and OCR Chart image.
✅ Support chat pdf, txt, jpg, jpeg, png file.
✅ Support chat with your own AI chatbot, chat all kinds of topic.
#GPT4 #GPT4-128K #chatGPT #chartGPT #GPT4-Vision Основная информация о расширении
| Название | |
| ID | elhanjmbdlibmboodpegoemamamagcdl |
| Официальный URL | https://chromewebstore.google.com/detail/bots-gpt4-vision-gpt4-128/elhanjmbdlibmboodpegoemamamagcdl |
| Описание | Bots GPT4-Vision GPT4-128K Sidebar |
| Размер файла | 203 KB |
| Количество установок | 920 |
| Текущая Версия | 1.3.4 |
| Последнее Обновление | 2024-02-25 |
| Дата публикации | 2023-05-24 |
| Разработчик | https://chartsgpt.tech |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://saas-ai1.web.app/ |
| URL страницы помощи | https://saas-ai1.web.app/support.html |
| URL страницы политики конфиденциальности | https://saas-ai1.web.app/privacy-policy-for-products.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bots GPT4-Vision GPT4-128K Sidebar",
"description": "Bots GPT4-Vision GPT4-128K Sidebar",
"version": "1.3.4",
"manifest_version": 3,
"permissions": [
"contextMenus",
"scripting",
"activeTab",
"sidePanel"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "popup-sidebar.html"
},
"icons": {
"16": "ChartGPT-16.png",
"32": "ChartGPT-32.png",
"48": "ChartGPT-48.png",
"128": "ChartGPT-128.png"
}
} | |