ezView for Desktop Sharing Extension

Desktop sharing for ezView

Qu'est-ce que ezView for Desktop Sharing Extension ?

ezView for Desktop Sharing Extension est une extension Chrome développée par https://webrtc.saeha.com, et sa fonction principale est "Desktop sharing for ezView".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ezView for Desktop Sharing Extension

Téléchargez les fichiers d'extension ezView for Desktop Sharing Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ezView for Desktop Sharing Extension ezView for Desktop Sharing Extension
ID mcfagipaddidedeajmcppionkanblpie
URL Officiel https://chromewebstore.google.com/detail/ezview-for-desktop-sharin/mcfagipaddidedeajmcppionkanblpie
Description Desktop sharing for ezView
Taille du Fichier 28.47 KB
Nombre d'Installations 554
Version Actuelle 1.0.8
Dernière Mise à Jour 2019-02-13
Date de Publication 2019-02-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://webrtc.saeha.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}