yunxin Web Screensharing file
Allows you to capture your desktop for use in video applications
What is yunxin Web Screensharing file?
yunxin Web Screensharing file is a Chrome extension developed by nrtc018, and its main feature is "Allows you to capture your desktop for use in video applications".
Extension Screenshots
Download yunxin Web Screensharing file Extension CRX File
Download yunxin Web Screensharing file extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
网易云信屏幕共享插件主要用于在Chrome浏览器里实现屏幕共享功能,在集成了云信WebrtcSDK的应用中,使用屏幕共享功能时,需要安装该插件。
Extension Basic Information
Name | yunxin Web Screensharing file |
ID | gapafbpmfemleaplicdhhcikajbogpkf |
Official URL | https://chromewebstore.google.com/detail/yunxin-web-screensharing/gapafbpmfemleaplicdhhcikajbogpkf |
Description | Allows you to capture your desktop for use in video applications |
File Size | 12.27 KB |
Installation Count | 103 |
Current Version | 1.0.2 |
Last Updated | 2018-09-18 |
Publish Date | 2018-09-17 |
Rating | 4.00/5 Total 2 Ratings |
Developer | nrtc018 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "yunxin Web Screensharing file", "description": "Allows you to capture your desktop for use in video applications", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "yunxin Web Screensharing file" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/10.242.65.222\/*", "*:\/\/webnrtc.netease.im\/*", "*:\/\/apptest.netease.im\/*", "*:\/\/app.netease.im\/*", "*:\/\/app.yunxin.163.com\/*" ] }, "permissions": [ "desktopCapture", "declarativeContent" ] } |