ConX WebRTC Screen Sharing
Screen sharing extension for ConX
ConX WebRTC Screen Sharingとは何ですか?
ConX WebRTC Screen Sharingはhttps://video.infocus.netによって開発されたChromeの拡張機能で、その主な機能は「Screen sharing extension for ConX」です。
拡張機能のスクリーンショット
ConX WebRTC Screen Sharing拡張機能のCRXファイルをダウンロード
ConX WebRTC Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share your screen in a ConX meeting
When you use Chrome to join a meeting, the ConX Screen Sharing Extension lets you:
• Share your screen
• Share desktop app 拡張機能の基本情報
| 名前 | |
| ID | loabbhkaggnbjecbakfnjlnnpmoncnbg |
| 公式URL | https://chrome.google.com/webstore/detail/conx-webrtc-screen-sharin/loabbhkaggnbjecbakfnjlnnpmoncnbg |
| 説明 | Screen sharing extension for ConX |
| ファイルサイズ | 9.02 KB |
| インストール数 | 139 |
| 現在のバージョン | 0.5 |
| 最終更新日 | 2019-03-22 |
| 公開日 | 2019-03-22 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://video.infocus.net |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.infocus.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ConX WebRTC Screen Sharing",
"description": "Screen sharing extension for ConX",
"icons": {
"128": "icon-128.png",
"64": "icon-64.png",
"48": "icon-48.png",
"32": "icon-32.png",
"16": "icon-16.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*.infocus.net\/*",
"*:\/\/*.avistar.com\/*",
"*:\/\/*.conxme.net\/*",
"*:\/\/*.conxme.cn\/*",
"*:\/\/*.conxme.com\/*",
"*:\/\/*.vcfxn.com\/*",
"*:\/\/*.vcfxn.net\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.infocus.net\/*",
"*:\/\/*.avistar.com\/*",
"*:\/\/*.conxme.net\/*",
"*:\/\/*.conxme.cn\/*",
"*:\/\/*.conxme.com\/*",
"*:\/\/*.vcfxn.com\/*",
"*:\/\/*.vcfxn.net\/*"
]
},
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture",
"nativeMessaging",
"tabs",
"*:\/\/*.infocus.net\/*",
"*:\/\/*.avistar.com\/*",
"*:\/\/*.conxme.net\/*",
"*:\/\/*.vcfxn.com\/*",
"*:\/\/*.vcfxn.net\/*",
"*:\/\/*.conxme.cn\/*",
"*:\/\/*.conxme.com\/*"
],
"version": "0.5"
} | |