ChatWork GPT4-128K GPT4-Vision Sidebar
ChatWork Copilot GPT4 GPT4-Vision -FREE
ChatWork GPT4-128K GPT4-Vision Sidebarคืออะไร?
ChatWork GPT4-128K GPT4-Vision Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saas-ai.website และคุณลักษณะหลักของมันคือ "ChatWork Copilot GPT4 GPT4-Vision -FREE"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatWork GPT4-128K GPT4-Vision Sidebar
ดาวน์โหลดไฟล์ส่วนขยาย ChatWork GPT4-128K GPT4-Vision Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a collection of GPT3.5 & GPT4 & ChatGPT & GPT4-Vision & GPT4-128K applications.
Similar to a swiss army knife, with it, you become a commando. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kmbgcodjfgjingdhbeaedkjpafdaicka |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatwork-gpt4-128k-gpt4-v/kmbgcodjfgjingdhbeaedkjpafdaicka |
| คำอธิบาย | ChatWork Copilot GPT4 GPT4-Vision -FREE |
| ขนาดไฟล์ | 473 KB |
| จำนวนการติดตั้ง | 29 |
| เวอร์ชันปัจจุบัน | 1.1.4 |
| อัปเดตครั้งล่าสุด | 2024-01-04 |
| วันที่เผยแพร่ | 2023-05-08 |
| ผู้พัฒนา | https://saas-ai.website |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://saas-ai.website/ |
| URL หน้าช่วยเหลือ | https://saas-ai.website/support.html |
| URL หน้านโยบายความเป็นส่วนตัว | https://saas-ai1.web.app/privacy-policy-for-products.html |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChatWork GPT4-128K GPT4-Vision Sidebar",
"description": "ChatWork Copilot GPT4 GPT4-Vision -FREE",
"version": "1.1.4",
"manifest_version": 3,
"permissions": [
"contextMenus",
"scripting",
"sidePanel"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "ChatWork GPT4-128K GPT4-Vision",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "popup-sidebar.html"
},
"icons": {
"16": "ChatWork-16.png",
"32": "ChatWork-32.png",
"48": "ChatWork-48.png",
"128": "ChatWork-128.png"
}
} | |