Live.Barco Screen Sharing
This Chrome extension is developed primary for https://live.barco.cloud/
Live.Barco Screen Sharingとは何ですか?
Live.Barco Screen SharingはLive.Barcoによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for https://live.barco.cloud/」です。
拡張機能のスクリーンショット
Live.Barco Screen Sharing拡張機能のCRXファイルをダウンロード
Live.Barco Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension is developed primary for https://live.barco.cloud/ This extension makes use of native chrome API to return screen id, so that screen sharing can be done.
拡張機能の基本情報
名前 | Live.Barco Screen Sharing |
ID | hodkfbelgnjmmenabpliifaomefdipom |
公式URL | https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom |
説明 | This Chrome extension is developed primary for https://live.barco.cloud/ |
ファイルサイズ | 22.34 KB |
インストール数 | 143 |
現在のバージョン | 1.0 |
最終更新日 | 2018-03-22 |
公開日 | 2018-03-21 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Live.Barco |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://live.barco.cloud |
ヘルプページのURL | https://live.barco.cloud |
プライバシーポリシーページのURL | https://www.barco.com/en/about-barco/legal/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live.Barco Screen Sharing", "author": "Live.Barco", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/", "homepage_url": "https:\/\/live.barco.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.barco.com\/*", "https:\/\/*.barco.cloud\/*", "https:\/\/*.barco.com:8084\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |