CollStack Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
什么是CollStack Screen Capture?
CollStack Screen Capture是由https://collstack.io开发的Chrome扩展程序,该扩展的主要功能是“This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!”。
扩展截图
下载CollStack Screen Capture扩展crx文件
下载CollStack Screen Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Screen Capture extension is designed for CollStack product. CollStack is a collaboration tool. Installing this extension will enable screen capture functionality and users can view each other screen during the video call. 扩展基本信息
| 名称 | |
| ID | glfoinmelidkjeechjicoidcgbkiadco |
| 官方URL | https://chromewebstore.google.com/detail/collstack-screen-capture/glfoinmelidkjeechjicoidcgbkiadco |
| 简介 | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
| 文件大小 | 5.74 KB |
| 安装次数 | 18 |
| 当前版本 | 3.4 |
| 更新时间 | 2018-01-23 |
| 上架时间 | 2017-12-28 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://collstack.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CollStack Screen Capture",
"author": "Farrukh Aslam",
"version": "3.4",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
"homepage_url": "https:\/\/collstack.io",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/collstack.io\/*",
"https:\/\/collstack.io:9001\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |