Bots GPT4-Vision GPT4-128K Sidebar
Bots GPT4-Vision GPT4-128K Sidebar
ما هو Bots GPT4-Vision GPT4-128K Sidebar؟
Bots GPT4-Vision GPT4-128K Sidebar هو إضافة Chrome تم تطويرها بواسطة https://chartsgpt.tech، والميزة الرئيسية لها هي "Bots GPT4-Vision GPT4-128K Sidebar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bots GPT4-Vision GPT4-128K Sidebar
قم بتنزيل ملفات الامتداد Bots GPT4-Vision GPT4-128K Sidebar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان URL الرسمي | 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/ |
| عنوان صفحة المساعدة | https://saas-ai1.web.app/support.html |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |