ezView for Desktop Sharing Extension

Desktop sharing for ezView

Wat is ezView for Desktop Sharing Extension?

ezView for Desktop Sharing Extension is een Chrome-extensie ontwikkeld door https://webrtc.saeha.com, en de belangrijkste functie is "Desktop sharing for ezView".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ezView for Desktop Sharing Extension

Download ezView for Desktop Sharing Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ezView for Desktop Sharing Extension ezView for Desktop Sharing Extension
ID mcfagipaddidedeajmcppionkanblpie
Officiële URL https://chromewebstore.google.com/detail/ezview-for-desktop-sharin/mcfagipaddidedeajmcppionkanblpie
Beschrijving Desktop sharing for ezView
Bestandsgrootte 28.47 KB
Aantal Installaties 554
Huidige Versie 1.0.8
Laatst Bijgewerkt 2019-02-13
Publicatiedatum 2019-02-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://webrtc.saeha.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}