Jitsi Desktop Streamer For Electa Meet

A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.

Jitsi Desktop Streamer For Electa Meetとは何ですか?

Jitsi Desktop Streamer For Electa MeetはElectaによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.」です。

Jitsi Desktop Streamer For Electa Meet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Jitsi Extension will only work with Electa Meet                    

拡張機能の基本情報

名前 Jitsi Desktop Streamer For Electa Meet Jitsi Desktop Streamer For Electa Meet
ID bjcogenimcpiagomifneeglhfmlcgahm
公式URL https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/bjcogenimcpiagomifneeglhfmlcgahm
説明 A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
ファイルサイズ 36.11 KB
インストール数 41
現在のバージョン 0.1.6
最終更新日 2018-03-07
公開日 2018-03-07
開発者 Electa
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer For Electa Meet",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/jitsi.electa.ca\/*"
        ]
    }
}