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 |
| 官方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"
}
} | |