Screen Sharing
Chrome Extension for sharing screen in video chat
Screen Sharingとは何ですか?
Screen SharingはJungleworksによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for sharing screen in video chat」です。
拡張機能のスクリーンショット
Screen Sharing拡張機能のCRXファイルをダウンロード
Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings.
Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.
- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen 拡張機能の基本情報
| 名前 | |
| ID | onnpnbcklmahhoajlilopflaandmlooa |
| 公式URL | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
| 説明 | Chrome Extension for sharing screen in video chat |
| ファイルサイズ | 7.52 KB |
| インストール数 | 51,594 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2019-10-14 |
| 公開日 | 2019-10-14 |
| 評価 | 2.58/5 合計 12 レビュー |
| 開発者 | Jungleworks |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://jungleworks.com |
| プライバシーポリシーページのURL | https://jungleworks.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Sharing",
"description": "Chrome Extension for sharing screen in video chat",
"version": "1.0.5",
"manifest_version": 2,
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.fugu.chat\/*",
"https:\/\/*.officechat.io\/*",
"https:\/\/*.fuguchat.com\/*",
"https:\/\/hippochat.io\/*",
"https:\/\/*.muleapp.io\/*",
"https:\/\/*.mazentaa.in\/*",
"https:\/\/*.bulbul.io\/*",
"https:\/\/*.fuelbyghq.com\/*",
"https:\/\/*.xpertreach.io\/*"
]
},
"permissions": [
"desktopCapture"
]
} | |