GlobalMed EasyShare®

Provides screen sharing functionality for WebRTC

GlobalMed EasyShare®とは何ですか?

GlobalMed EasyShare®はhttps://encounter-view.comによって開発されたChromeの拡張機能で、その主な機能は「Provides screen sharing functionality for WebRTC」です。

拡張機能のスクリーンショット

screenshot

GlobalMed EasyShare®拡張機能のCRXファイルをダウンロード

GlobalMed EasyShare®拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 GlobalMed EasyShare® GlobalMed EasyShare®
ID flhbmdkpnnomaodaomegkegbnmgnbjkb
公式URL https://chromewebstore.google.com/detail/globalmed-easyshare%C2%AE/flhbmdkpnnomaodaomegkegbnmgnbjkb
説明 Provides screen sharing functionality for WebRTC
ファイルサイズ 19.57 KB
インストール数 391
現在のバージョン 1.4
最終更新日 2017-04-26
公開日 2017-04-26
評価 5.00/5 合計 3 レビュー
開発者 https://encounter-view.com
支払い方法 free
拡張機能のウェブサイト http://www.globalmed.com
対応言語 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",
        ""
    ]
}