ezView for Desktop Sharing Extension

Desktop sharing for ezView

What is ezView for Desktop Sharing Extension?

ezView for Desktop Sharing Extension is a Chrome extension developed by https://webrtc.saeha.com, and its main feature is "Desktop sharing for ezView".

Extension Screenshots

screenshot

Download ezView for Desktop Sharing Extension Extension CRX File

Download ezView for Desktop Sharing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ezView for Desktop Sharing Extension ezView for Desktop Sharing Extension
ID mcfagipaddidedeajmcppionkanblpie
Official URL https://chromewebstore.google.com/detail/ezview-for-desktop-sharin/mcfagipaddidedeajmcppionkanblpie
Description Desktop sharing for ezView
File Size 28.47 KB
Installation Count 554
Current Version 1.0.8
Last Updated 2019-02-13
Publish Date 2019-02-12
Rating 5.00/5 Total 1 Ratings
Developer https://webrtc.saeha.com
Payment Type free
Supported Languages 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"
    }
}