Bots GPT4-Vision GPT4-128K Sidebar
Bots GPT4-Vision GPT4-128K Sidebar
Cos'è Bots GPT4-Vision GPT4-128K Sidebar?
Bots GPT4-Vision GPT4-128K Sidebar è un'estensione di Chrome sviluppata da https://chartsgpt.tech, e la sua funzione principale è "Bots GPT4-Vision GPT4-128K Sidebar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bots GPT4-Vision GPT4-128K Sidebar
Scarica i file di estensione Bots GPT4-Vision GPT4-128K Sidebar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | elhanjmbdlibmboodpegoemamamagcdl |
| URL Ufficiale | https://chromewebstore.google.com/detail/bots-gpt4-vision-gpt4-128/elhanjmbdlibmboodpegoemamamagcdl |
| Descrizione | Bots GPT4-Vision GPT4-128K Sidebar |
| Dimensione del File | 203 KB |
| Conteggio Installazioni | 920 |
| Versione Corrente | 1.3.4 |
| Ultimo Aggiornamento | 2024-02-25 |
| Data di Pubblicazione | 2023-05-24 |
| Sviluppatore | https://chartsgpt.tech |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://saas-ai1.web.app/ |
| URL della Pagina di Aiuto | https://saas-ai1.web.app/support.html |
| URL della Pagina della Politica sulla Privacy | https://saas-ai1.web.app/privacy-policy-for-products.html |
| Lingue Supportate | 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"
}
} | |