WE2VIDEO Direct Screenshare Room Extension
WE2VIDEO Screen Sharing allows you share screens
WE2VIDEO Direct Screenshare Room Extensionとは何ですか?
WE2VIDEO Direct Screenshare Room ExtensionはNetStairsによって開発されたChromeの拡張機能で、その主な機能は「WE2VIDEO Screen Sharing allows you share screens」です。
拡張機能のスクリーンショット
WE2VIDEO Direct Screenshare Room Extension拡張機能のCRXファイルをダウンロード
WE2VIDEO Direct Screenshare Room Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WE2VIDEO Direct Screen Sharing allows you to share your screens directly into the rooms 拡張機能の基本情報
| 名前 | |
| ID | gedooglnancmadejdfnknfbfcblmcdbn |
| 公式URL | https://chromewebstore.google.com/detail/we2video-direct-screensha/gedooglnancmadejdfnknfbfcblmcdbn |
| 説明 | WE2VIDEO Screen Sharing allows you share screens |
| ファイルサイズ | 19.31 KB |
| インストール数 | 160 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2020-04-16 |
| 公開日 | 2020-04-16 |
| 開発者 | NetStairs |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://we2.video |
| ヘルプページのURL | https://we2.video/help |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WE2VIDEO Direct Screenshare Room Extension",
"author": "NETSTAIRS",
"description": "WE2VIDEO Screen Sharing allows you share screens",
"version": "1.0.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"desktopCapture"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.we2.video\/*"
]
}
],
"homepage_url": "https:\/\/we2.video\/",
"externally_connectable": {
"matches": [
"https:\/\/*.we2.video\/*"
]
}
} | |