GlobalMed EasyShare®

Provides screen sharing functionality for WebRTC

Wat is GlobalMed EasyShare®?

GlobalMed EasyShare® is een Chrome-extensie ontwikkeld door https://encounter-view.com, en de belangrijkste functie is "Provides screen sharing functionality for WebRTC".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GlobalMed EasyShare®

Download GlobalMed EasyShare®-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

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

Basisinformatie over de Extensie

Naam GlobalMed EasyShare® GlobalMed EasyShare®
ID flhbmdkpnnomaodaomegkegbnmgnbjkb
Officiële URL https://chromewebstore.google.com/detail/globalmed-easyshare%C2%AE/flhbmdkpnnomaodaomegkegbnmgnbjkb
Beschrijving Provides screen sharing functionality for WebRTC
Bestandsgrootte 19.57 KB
Aantal Installaties 391
Huidige Versie 1.4
Laatst Bijgewerkt 2017-04-26
Publicatiedatum 2017-04-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://encounter-view.com
Betalingswijze free
Extensiewebsite http://www.globalmed.com
Ondersteunde Talen 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",
        ""
    ]
}