Atlassian Video Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
Co je Atlassian Video Desktop Streamer?
Atlassian Video Desktop Streamer je rozšíření Chrome vyvinuté https://atlassian.video, a jeho hlavní funkcí je „A simple extension that allows you to stream your desktop into meetings with Atlassian Video.“.
Stáhnout soubor CRX rozšíření Atlassian Video Desktop Streamer
Stáhněte si soubory rozšíření Atlassian Video Desktop Streamer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | anpnoalppafieckfadhancmmchhecmok |
Oficiální URL | https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok |
Popis | A simple extension that allows you to stream your desktop into meetings with Atlassian Video. |
Velikost souboru | 4.21 KB |
Počet instalací | 95 |
Aktuální Verze | 0.1.6.1 |
Poslední Aktualizace | 2016-12-13 |
Datum Vydání | 2016-12-13 |
Vývojář | https://atlassian.video |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } } |