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/"입니다.

확장 프로그램 스크린샷

screenshot

Live.Barco Screen Sharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    ]
}