Atlassian Video Desktop Streamer

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

What is Atlassian Video Desktop Streamer?

Atlassian Video Desktop Streamer is a Chrome extension developed by https://atlassian.video, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.".

Download Atlassian Video Desktop Streamer Extension CRX File

Download Atlassian Video Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Atlassian Video Desktop Streamer Atlassian Video Desktop Streamer
ID anpnoalppafieckfadhancmmchhecmok
Official URL https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok
Description A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
File Size 4.21 KB
Installation Count 95
Current Version 0.1.6.1
Last Updated 2016-12-13
Publish Date 2016-12-13
Developer https://atlassian.video
Email [email protected]
Payment Type free
Supported Languages 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\/*"
        ]
    }
}