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
官方網址 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"
    ]
}