ezView for Desktop Sharing Extension

Desktop sharing for ezView

ezView for Desktop Sharing Extension란 무엇입니까?

ezView for Desktop Sharing Extension은(는) https://webrtc.saeha.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desktop sharing for ezView"입니다.

확장 프로그램 스크린샷

screenshot

ezView for Desktop Sharing Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        새하의 MVW 서비스에서 화면공유와 기능을 사용하기 위한 확장프로그램 입니다.                    

확장 프로그램 기본 정보

이름 ezView for Desktop Sharing Extension ezView for Desktop Sharing Extension
ID mcfagipaddidedeajmcppionkanblpie
공식 URL https://chromewebstore.google.com/detail/ezview-for-desktop-sharin/mcfagipaddidedeajmcppionkanblpie
설명 Desktop sharing for ezView
파일 크기 28.47 KB
설치 횟수 554
현재 버전 1.0.8
최근 업데이트 2019-02-13
출시 날짜 2019-02-12
평점 5.00/5 총 1 개의 평점
개발자 https://webrtc.saeha.com
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ezView for Desktop Sharing Extension",
    "description": "Desktop sharing for ezView",
    "version": "1.0.8",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/webrtc.saeha.com\/*",
            "*:\/\/webrtc.ezview.kr\/*",
            "*:\/\/localhost\/*",
            "https:\/\/172.16.34.109:9091\/*",
            "*:\/\/webrtcdev.ezview.kr\/*",
            "*:\/\/webrtcqc.ezview.kr\/*",
            "*:\/\/www.webrtc-sangsang-coding.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "128": "saeha128.png",
        "16": "saeha16.png",
        "48": "saeha48.png"
    },
    "browser_action": {
        "default_icon": "saeha16.png"
    }
}