Bots GPT4-Vision GPT4-128K Sidebar

Bots GPT4-Vision GPT4-128K Sidebar

Qu'est-ce que Bots GPT4-Vision GPT4-128K Sidebar ?

Bots GPT4-Vision GPT4-128K Sidebar est une extension Chrome développée par https://chartsgpt.tech, et sa fonction principale est "Bots GPT4-Vision GPT4-128K Sidebar".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bots GPT4-Vision GPT4-128K Sidebar

Téléchargez les fichiers d'extension Bots GPT4-Vision GPT4-128K Sidebar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bots GPT4-Vision GPT4-128K Sidebar Bots GPT4-Vision GPT4-128K Sidebar
ID elhanjmbdlibmboodpegoemamamagcdl
URL Officiel https://chromewebstore.google.com/detail/bots-gpt4-vision-gpt4-128/elhanjmbdlibmboodpegoemamamagcdl
Description Bots GPT4-Vision GPT4-128K Sidebar
Taille du Fichier 203 KB
Nombre d'Installations 920
Version Actuelle 1.3.4
Dernière Mise à Jour 2024-02-25
Date de Publication 2023-05-24
Développeur https://chartsgpt.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://saas-ai1.web.app/
URL de la Page d'Aide https://saas-ai1.web.app/support.html
URL de la Page de Politique de Confidentialité https://saas-ai1.web.app/privacy-policy-for-products.html
Langues Prises en Charge 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"
    }
}