yunxin Web Screensharing file

Allows you to capture your desktop for use in video applications

什么是yunxin Web Screensharing file?

yunxin Web Screensharing file是由nrtc018开发的Chrome扩展程序,该扩展的主要功能是“Allows you to capture your desktop for use in video applications”。

扩展截图

screenshot

下载yunxin Web Screensharing file扩展crx文件

下载yunxin Web Screensharing file扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        网易云信屏幕共享插件主要用于在Chrome浏览器里实现屏幕共享功能,在集成了云信WebrtcSDK的应用中,使用屏幕共享功能时,需要安装该插件。                    

扩展基本信息

名称 yunxin Web Screensharing file yunxin Web Screensharing file
ID gapafbpmfemleaplicdhhcikajbogpkf
官方URL https://chromewebstore.google.com/detail/yunxin-web-screensharing/gapafbpmfemleaplicdhhcikajbogpkf
简介 Allows you to capture your desktop for use in video applications
文件大小 12.27 KB
安装次数 103
当前版本 1.0.2
更新时间 2018-09-18
上架时间 2018-09-17
评分 4.00/5 共2次评分
开发者 nrtc018
付费类型 free
支持的语言 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"
    ]
}