WeConnect Screen Sharing
This enables screen sharing for Barco WeConnect.
什么是WeConnect Screen Sharing?
WeConnect Screen Sharing是由seba kerckhof开发的Chrome扩展程序,该扩展的主要功能是“This enables screen sharing for Barco WeConnect.”。
扩展截图
下载WeConnect Screen Sharing扩展crx文件
下载WeConnect Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | khmaegcgnbjijpkbjjfeillhmdlgpejo |
| 官方URL | https://chromewebstore.google.com/detail/weconnect-screen-sharing/khmaegcgnbjijpkbjjfeillhmdlgpejo |
| 简介 | This enables screen sharing for Barco WeConnect. |
| 文件大小 | 30.15 KB |
| 安装次数 | 556 |
| 当前版本 | 2.1 |
| 更新时间 | 2018-11-07 |
| 上架时间 | 2018-11-07 |
| 开发者 | seba kerckhof |
| 付费类型 | free |
| 扩展官网 | https://edu.barco.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WeConnect Screen Sharing",
"author": "Barco nv",
"version": "2.1",
"manifest_version": 2,
"minimum_chrome_version": "61",
"description": "This enables screen sharing for Barco WeConnect.",
"homepage_url": "https:\/\/edu.barco.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.dev.barco.com\/*",
"https:\/\/*.edu.barco.com\/*",
"https:\/\/*.edu.barco.cloud\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |