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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |