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
公式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"
    }
}