Atlassian Video Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
Co to jest Atlassian Video Desktop Streamer?
Atlassian Video Desktop Streamer to rozszerzenie Chrome opracowane przez https://atlassian.video, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with Atlassian Video.”.
Pobierz plik CRX rozszerzenia Atlassian Video Desktop Streamer
Pobierz pliki rozszerzeń Atlassian Video Desktop Streamer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anpnoalppafieckfadhancmmchhecmok |
Oficjalny URL | https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok |
Opis | A simple extension that allows you to stream your desktop into meetings with Atlassian Video. |
Rozmiar pliku | 4.21 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 0.1.6.1 |
Ostatnia Aktualizacja | 2016-12-13 |
Data Publikacji | 2016-12-13 |
Deweloper | https://atlassian.video |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } } |