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 |
| 官方網址 | 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"
}
} | |