Comcast Desktop Share
Webrtc screen sharing extension for Comcast Xfinity platform.
Comcast Desktop Shareとは何ですか?
Comcast Desktop ShareはShareAppによって開発されたChromeの拡張機能で、その主な機能は「Webrtc screen sharing extension for Comcast Xfinity platform.」です。
Comcast Desktop Share拡張機能のCRXファイルをダウンロード
Comcast Desktop Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.
拡張機能の基本情報
名前 | |
ID | cenpomfndgajihghjgcibnebidacgadc |
公式URL | https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc |
説明 | Webrtc screen sharing extension for Comcast Xfinity platform. |
ファイルサイズ | 5.26 KB |
インストール数 | 858 |
現在のバージョン | 1.0 |
最終更新日 | 2015-05-20 |
公開日 | 2015-05-20 |
評価 | 2.45/5 合計 11 レビュー |
開発者 | ShareApp |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comcast Desktop Share", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Webrtc screen sharing extension for Comcast Xfinity platform.", "homepage_url": "https:\/\/share.comcast.net", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/share.comcast.net\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |