Atlassian Video Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
Hvad er Atlassian Video Desktop Streamer?
Atlassian Video Desktop Streamer er en Chrome-udvidelse udviklet af https://atlassian.video, og dens hovedfunktion er "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.".
Download Atlassian Video Desktop Streamer-udvidelses-CRX-fil
Download Atlassian Video Desktop Streamer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | anpnoalppafieckfadhancmmchhecmok |
Officiel URL | https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok |
Beskrivelse | A simple extension that allows you to stream your desktop into meetings with Atlassian Video. |
Filstørrelse | 4.21 KB |
Antal Installationer | 95 |
Nuværende Version | 0.1.6.1 |
Senest Opdateret | 2016-12-13 |
Udgivelsesdato | 2016-12-13 |
Udvikler | https://atlassian.video |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } } |