Bots GPT4-Vision GPT4-128K Sidebar

Bots GPT4-Vision GPT4-128K Sidebar

¿Qué es Bots GPT4-Vision GPT4-128K Sidebar?

Bots GPT4-Vision GPT4-128K Sidebar es una extensión de Chrome desarrollada por https://chartsgpt.tech, y su función principal es "Bots GPT4-Vision GPT4-128K Sidebar".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Bots GPT4-Vision GPT4-128K Sidebar

Descarga archivos de extensión Bots GPT4-Vision GPT4-128K Sidebar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Bots GPT4-Vision GPT4-128K Sidebar Bots GPT4-Vision GPT4-128K Sidebar
ID elhanjmbdlibmboodpegoemamamagcdl
URL Oficial https://chromewebstore.google.com/detail/bots-gpt4-vision-gpt4-128/elhanjmbdlibmboodpegoemamamagcdl
Descripción Bots GPT4-Vision GPT4-128K Sidebar
Tamaño del Archivo 203 KB
Cantidad de Instalaciones 920
Versión Actual 1.3.4
Última Actualización 2024-02-25
Fecha de Publicación 2023-05-24
Desarrollador https://chartsgpt.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://saas-ai1.web.app/
URL de la Página de Ayuda https://saas-ai1.web.app/support.html
URL de la Página de Política de Privacidad https://saas-ai1.web.app/privacy-policy-for-products.html
Idiomas Soportados 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"
    }
}