Medicine-prof Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Medicine-prof.

Medicine-prof Desktop Streamerとは何ですか?

Medicine-prof Desktop Streamerはhttp://medicine-prof.infoによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with Medicine-prof.」です。

Medicine-prof Desktop Streamer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        the extension allows you to share your desktop in medicine-prof.info conference                    

拡張機能の基本情報

名前 Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
公式URL https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem
説明 A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
ファイルサイズ 21.08 KB
インストール数 52
現在のバージョン 0.1.5
最終更新日 2015-04-21
公開日 2015-04-21
評価 5.00/5 合計 1 レビュー
開発者 http://medicine-prof.info
支払い方法 free
拡張機能のウェブサイト http://medicine-prof.com
対応言語 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Medicine-prof Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.",
    "version": "0.1.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "mp-logo-16x16.png",
        "48": "mp-logo-48x48.png",
        "128": "mp-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/medicine-prof.info\/*"
        ]
    }
}