AVMI Screensharing Extension

Enables Screen Sharing for your AVMI Virtual Meeting Space.

AVMI Screensharing Extensionとは何ですか?

AVMI Screensharing ExtensionはMeetings as a Serviceによって開発されたChromeの拡張機能で、その主な機能は「Enables Screen Sharing for your AVMI Virtual Meeting Space.」です。

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

screenshot

AVMI Screensharing Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extension enables users of the AVMI web client to share their screen with other conference participants. It does this by allowing any web pages that use the AVMI WebRTC implementation to have access to Chrome's screensharing facility.

The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the AVMI web client from a different domain, you will be asked again to grant that domain access to the extension.                    

拡張機能の基本情報

名前 AVMI Screensharing Extension AVMI Screensharing Extension
ID kpmeklahnblgjgbonamckdpeekfdibmd
公式URL https://chromewebstore.google.com/detail/avmi-screensharing-extens/kpmeklahnblgjgbonamckdpeekfdibmd
説明 Enables Screen Sharing for your AVMI Virtual Meeting Space.
ファイルサイズ 28.15 KB
インストール数 28
現在のバージョン 1.0.2
最終更新日 2018-09-11
公開日 2018-09-11
開発者 Meetings as a Service
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AVMI Screensharing Extension",
    "description": "Enables Screen Sharing for your AVMI Virtual Meeting Space.",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}