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」です。
拡張機能のスクリーンショット
yunxin Web Screensharing file拡張機能のCRXファイルをダウンロード
yunxin Web Screensharing file拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
网易云信屏幕共享插件主要用于在Chrome浏览器里实现屏幕共享功能,在集成了云信WebrtcSDK的应用中,使用屏幕共享功能时,需要安装该插件。
拡張機能の基本情報
名前 | 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" ] } |