Bots GPT4-Vision GPT4-128K Sidebar
Bots GPT4-Vision GPT4-128K Sidebar
什么是Bots GPT4-Vision GPT4-128K Sidebar?
Bots GPT4-Vision GPT4-128K Sidebar是由https://chartsgpt.tech开发的Chrome扩展程序,该扩展的主要功能是“Bots GPT4-Vision GPT4-128K Sidebar”。
扩展截图
下载Bots GPT4-Vision GPT4-128K Sidebar扩展crx文件
下载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"
}
} | |