Mezz-In Screenshare

Enables screen sharing to Mezzanine for Mezz-In participants

Mezz-In Screenshareとは何ですか?

Mezz-In Screenshareはoblong.bcn.mobileによって開発されたChromeの拡張機能で、その主な機能は「Enables screen sharing to Mezzanine for Mezz-In participants」です。

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

screenshot

Mezz-In Screenshare拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.                    

拡張機能の基本情報

名前 Mezz-In Screenshare Mezz-In Screenshare
ID hgjndgfhddfmgcgicplcmmohkdjdifbb
公式URL https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb
説明 Enables screen sharing to Mezzanine for Mezz-In participants
ファイルサイズ 45.28 KB
インストール数 100
現在のバージョン 0.0.1
最終更新日 2017-05-17
公開日 2017-05-17
評価 5.00/5 合計 1 レビュー
開発者 oblong.bcn.mobile
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing to Mezzanine for Mezz-In participants",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Mezz-In Screenshare",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "0.0.1"
}