Virtulive WebRTC Screensharing
Screenshare extension for Virtulive SmartED and TeamMeet Applications
Virtulive WebRTC Screensharingとは何ですか?
Virtulive WebRTC ScreensharingはGreeto Josephによって開発されたChromeの拡張機能で、その主な機能は「Screenshare extension for Virtulive SmartED and TeamMeet Applications」です。
拡張機能のスクリーンショット
Virtulive WebRTC Screensharing拡張機能のCRXファイルをダウンロード
Virtulive WebRTC Screensharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Virtulive WebRTC screensharing extention allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed.This extention to be installed for using SmartEd and TeamMeet screen sharing feature.
拡張機能の基本情報
名前 | Virtulive WebRTC Screensharing |
ID | aieekphhgoefapkmjncejlapegbbmaef |
公式URL | https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef |
説明 | Screenshare extension for Virtulive SmartED and TeamMeet Applications |
ファイルサイズ | 7.45 KB |
インストール数 | 150 |
現在のバージョン | 1.0.7 |
最終更新日 | 2019-11-19 |
公開日 | 2019-11-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Greeto Joseph |
支払い方法 | free |
拡張機能のウェブサイト | https://www.virtulive.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Virtulive WebRTC Screensharing", "short_name": "VL Screensharing", "version": "1.0.7", "author": "Greeto Joseph", "minimum_chrome_version": "34", "description": "Screenshare extension for Virtulive SmartED and TeamMeet Applications", "permissions": [ "desktopCapture" ], "background": { "scripts": [ "chromeDesktop.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.virtulive.com\/*", "https:\/\/*.virtuxpro.com\/*", "https:\/\/*.dhooth.com\/*", "https:\/\/*.virtuxpro.lan\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.virtulive.com\/*", "https:\/\/*.virtuxpro.com\/*", "https:\/\/*.dhooth.com\/*", "https:\/\/*.virtuxpro.lan\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |