Atlassian Video Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
Vad är Atlassian Video Desktop Streamer?
Atlassian Video Desktop Streamer är en Chrome-tillägg utvecklad av https://atlassian.video, och dess huvudfunktion är "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.".
Ladda ner Atlassian Video Desktop Streamer-förlängningens CRX-fil
Ladda ner Atlassian Video Desktop Streamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | anpnoalppafieckfadhancmmchhecmok |
| Officiell webbadress | https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok |
| Beskrivning | A simple extension that allows you to stream your desktop into meetings with Atlassian Video. |
| Filstorlek | 4.21 KB |
| Antal Installationer | 95 |
| Aktuell Version | 0.1.6.1 |
| Senast Uppdaterad | 2016-12-13 |
| Publiceringsdatum | 2016-12-13 |
| Utvecklare | https://atlassian.video |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
} | |