Bots GPT4-Vision GPT4-128K Sidebar
Bots GPT4-Vision GPT4-128K Sidebar
Was ist Bots GPT4-Vision GPT4-128K Sidebar?
Bots GPT4-Vision GPT4-128K Sidebar ist eine Chrome-Erweiterung, die von https://chartsgpt.tech entwickelt wurde, und ihr Hauptmerkmal ist "Bots GPT4-Vision GPT4-128K Sidebar".
Erweiterungsscreenshots
Bots GPT4-Vision GPT4-128K Sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bots GPT4-Vision GPT4-128K Sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | elhanjmbdlibmboodpegoemamamagcdl |
| Offizielle URL | https://chromewebstore.google.com/detail/bots-gpt4-vision-gpt4-128/elhanjmbdlibmboodpegoemamamagcdl |
| Beschreibung | Bots GPT4-Vision GPT4-128K Sidebar |
| Dateigröße | 203 KB |
| Installationsanzahl | 920 |
| Aktuelle Version | 1.3.4 |
| Letztes Update | 2024-02-25 |
| Veröffentlichungsdatum | 2023-05-24 |
| Entwickler | https://chartsgpt.tech |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://saas-ai1.web.app/ |
| Hilfeseite URL | https://saas-ai1.web.app/support.html |
| URL der Datenschutzrichtlinien-Seite | https://saas-ai1.web.app/privacy-policy-for-products.html |
| Unterstützte Sprachen | 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"
}
} | |