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文件

下載ezView for Desktop Sharing Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 ezView for Desktop Sharing Extension ezView for Desktop Sharing Extension
ID mcfagipaddidedeajmcppionkanblpie
官方網址 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"
    }
}