Comcast Desktop Sharing for Slack
A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Comcast Desktop Sharing for Slackとは何ですか?
Comcast Desktop Sharing for Slackはhttps://yak.comcast.netによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0」です。
拡張機能のスクリーンショット
Comcast Desktop Sharing for Slack拡張機能のCRXファイルをダウンロード
Comcast Desktop Sharing for Slack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0 拡張機能の基本情報
| 名前 | |
| ID | kbfkfbbpgjoanmbplgclejgcecpmjabh |
| 公式URL | https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh |
| 説明 | A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0 |
| ファイルサイズ | 18.49 KB |
| インストール数 | 308 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2016-07-18 |
| 公開日 | 2016-07-18 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://yak.comcast.net |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Comcast Desktop Sharing for Slack",
"description": "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0",
"version": "0.1.0",
"minimum_chrome_version": "34",
"icons": {
"16": "comcast-logo-16x16.png",
"48": "comcast-logo-48x48.png",
"128": "comcast-logo-128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/yak.comcast.net\/*"
]
}
} | |