The Conference system Screen Sharing
Add Screen Sharing to the conference system.
什么是The Conference system Screen Sharing?
The Conference system Screen Sharing是由bellface.inc.develop开发的Chrome扩展程序,该扩展的主要功能是“Add Screen Sharing to the conference system.”。
扩展截图
下载The Conference system Screen Sharing扩展crx文件
下载The Conference system Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Screen Sharing Extension for Chrome. 扩展基本信息
| 名称 | |
| ID | dafmbamledgmihaihnlpegddgjhaadcl |
| 官方URL | https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl |
| 简介 | Add Screen Sharing to the conference system. |
| 文件大小 | 50.44 KB |
| 安装次数 | 10,734 |
| 当前版本 | 0.96 |
| 更新时间 | 2022-12-08 |
| 上架时间 | 2020-06-11 |
| 开发者 | bellface.inc.develop |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"author": "BellFace Inc.",
"version": "0.96",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "88",
"description": "__MSG_extDescription__",
"homepage_url": "https:\/\/user.bell-face.com\/",
"background": {
"service_worker": "background-script.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*.bell-face.example.com\/*",
"https:\/\/*.bell-face.local\/*",
"https:\/\/*.bell-face.co\/*",
"https:\/\/*.bell-face.fyi\/*",
"https:\/\/*.bell-face.fm\/*",
"https:\/\/*.bell-face.com\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
{
"resources": [
"icon.png"
],
"matches": [
"https:\/\/*.bell-face.example.com\/*",
"https:\/\/*.bell-face.local\/*",
"https:\/\/*.bell-face.co\/*",
"https:\/\/*.bell-face.fyi\/*",
"https:\/\/*.bell-face.fm\/*",
"https:\/\/*.bell-face.com\/*"
]
}
]
} | |