Atlassian Video Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Atlassian Video.

Atlassian Video Desktop Streamerとは何ですか?

Atlassian Video Desktop Streamerはhttps://atlassian.videoによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with Atlassian Video.」です。

Atlassian Video Desktop Streamer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Atlassian Video Desktop Streamer Atlassian Video Desktop Streamer
ID anpnoalppafieckfadhancmmchhecmok
公式URL https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok
説明 A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
ファイルサイズ 4.21 KB
インストール数 95
現在のバージョン 0.1.6.1
最終更新日 2016-12-13
公開日 2016-12-13
開発者 https://atlassian.video
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Atlassian Video Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.",
    "version": "0.1.6.1",
    "minimum_chrome_version": "34",
    "icons": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.atlassian.video\/*",
            "*:\/\/pawel.jitsi.net\/*",
            "*:\/\/hristo.jitsi.net\/*"
        ]
    }
}