ChatWork GPT4-128K GPT4-Vision Sidebar
ChatWork Copilot GPT4 GPT4-Vision -FREE
什麼是ChatWork GPT4-128K GPT4-Vision Sidebar?
ChatWork GPT4-128K GPT4-Vision Sidebar是由https://saas-ai.website開發的Chrome擴展程式,該擴展的主要功能是“ChatWork Copilot GPT4 GPT4-Vision -FREE”。
擴展截圖
下載ChatWork GPT4-128K GPT4-Vision Sidebar擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |