GlobalMed EasyShare®

Provides screen sharing functionality for WebRTC

What is GlobalMed EasyShare®?

GlobalMed EasyShare® is a Chrome extension developed by https://encounter-view.com, and its main feature is "Provides screen sharing functionality for WebRTC".

Extension Screenshots

screenshot

Download GlobalMed EasyShare® Extension CRX File

Download GlobalMed EasyShare® extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GlobalMed EasyShare® GlobalMed EasyShare®
ID flhbmdkpnnomaodaomegkegbnmgnbjkb
Official URL https://chromewebstore.google.com/detail/globalmed-easyshare%C2%AE/flhbmdkpnnomaodaomegkegbnmgnbjkb
Description Provides screen sharing functionality for WebRTC
File Size 19.57 KB
Installation Count 391
Current Version 1.4
Last Updated 2017-04-26
Publish Date 2017-04-26
Rating 5.00/5 Total 3 Ratings
Developer https://encounter-view.com
Payment Type free
Extension Website http://www.globalmed.com
Supported Languages 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",
        ""
    ]
}