MDS Screen-sharing

MDS Desktop Capture Extension

MDS Screen-sharingとは何ですか?

MDS Screen-sharingはhttp://mdspbx.comによって開発されたChromeの拡張機能で、その主な機能は「MDS Desktop Capture Extension」です。

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

screenshot
screenshot
screenshot

MDS Screen-sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        MDS Screen-sharing

This extension allows your Chrome browser to share your screen during video collaboration meetings on the MDS Amiba cloud PBX.                    

拡張機能の基本情報

名前 MDS Screen-sharing MDS Screen-sharing
ID miljooondeplbfkikdnhelfcligchpll
公式URL https://chrome.google.com/webstore/detail/mds-screen-sharing/miljooondeplbfkikdnhelfcligchpll
説明 MDS Desktop Capture Extension
ファイルサイズ 15.51 KB
インストール数 51
現在のバージョン 0.2
最終更新日 2016-03-09
公開日 2016-03-09
評価 5.00/5 合計 1 レビュー
開発者 http://mdspbx.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.mdsamiba.com
ヘルプページのURL http://www.mdsamiba.com/support/faqs-86.html
プライバシーポリシーページのURL http://www.mdsgateways.com/privacypolicy/softphone.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDS Screen-sharing",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/videoRoom\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "description": "MDS Desktop Capture Extension",
    "icons": {
        "128": "mdslogo1.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ]
}