Wit Web Communicator Screen Sharing
This extension allows you to share your screen
什么是Wit Web Communicator Screen Sharing?
Wit Web Communicator Screen Sharing是由https://demo.wit-software.com/webcommunicator/webrtc开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to share your screen”。
扩展截图
下载Wit Web Communicator Screen Sharing扩展crx文件
下载Wit Web Communicator Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.
If you want to know more about us please visit https://www.wit-software.com/ 扩展基本信息
| 名称 | |
| ID | chdodaolgebgmhjkppjcincpoeonlgnc |
| 官方URL | https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc |
| 简介 | This extension allows you to share your screen |
| 文件大小 | 9.03 KB |
| 安装次数 | 59 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2018-06-06 |
| 上架时间 | 2018-06-05 |
| 开发者 | https://demo.wit-software.com/webcommunicator/webrtc |
| 付费类型 | free |
| 扩展官网 | https://www.wit-software.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wit Web Communicator Screen Sharing",
"description": "This extension allows you to share your screen",
"version": "0.0.6",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "wit16.png",
"48": "wit48.png",
"128": "wit128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.wit-software.com\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.wit-software.com\/*"
],
"run_at": "document_start"
}
]
} | |