GlobalMed EasyShare®

Provides screen sharing functionality for WebRTC

Cos'è GlobalMed EasyShare®?

GlobalMed EasyShare® è un'estensione di Chrome sviluppata da https://encounter-view.com, e la sua funzione principale è "Provides screen sharing functionality for WebRTC".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GlobalMed EasyShare®

Scarica i file di estensione GlobalMed EasyShare® in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allows screen and application sharing for GlobalMed eNcounterView Video Conferencing application.                    

Informazioni di Base sull'Estensione

Nome GlobalMed EasyShare® GlobalMed EasyShare®
ID flhbmdkpnnomaodaomegkegbnmgnbjkb
URL Ufficiale https://chromewebstore.google.com/detail/globalmed-easyshare%C2%AE/flhbmdkpnnomaodaomegkegbnmgnbjkb
Descrizione Provides screen sharing functionality for WebRTC
Dimensione del File 19.57 KB
Conteggio Installazioni 391
Versione Corrente 1.4
Ultimo Aggiornamento 2017-04-26
Data di Pubblicazione 2017-04-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://encounter-view.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.globalmed.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GlobalMed EasyShare\u00ae",
    "version": "1.4",
    "description": "Provides screen sharing functionality for WebRTC",
    "author": "GlobalMed",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "gm_background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "gm_content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "gm_content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "desktopCapture",
        ""
    ]
}