Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
Vad är Riot.im Screen Sharing?
Riot.im Screen Sharing är en Chrome-tillägg utvecklad av https://jitsi.riot.im, och dess huvudfunktion är "Share your desktop in Riot.im video conferences.".
Tilläggsskärmbilder
Ladda ner Riot.im Screen Sharing-förlängningens CRX-fil
Ladda ner Riot.im Screen Sharing-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
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference. Grundläggande Information om Tillägg
| Namn | |
| ID | ehgcnaneidbjcmblghjepmamomchgahd |
| Officiell webbadress | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
| Beskrivning | Share your desktop in Riot.im video conferences. |
| Filstorlek | 16.8 KB |
| Antal Installationer | 1,316 |
| Aktuell Version | 0.1.6 |
| Senast Uppdaterad | 2017-07-06 |
| Publiceringsdatum | 2017-07-06 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | https://jitsi.riot.im |
| Betalningssätt | free |
| Tilläggswebbplats | https://riot.im/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Riot.im Screen Sharing",
"description": "Share your desktop in Riot.im video conferences.",
"version": "0.1.6",
"minimum_chrome_version": "34",
"icons": {
"16": "riot-logo-16x16.png",
"48": "riot-logo-48x48.png",
"128": "riot.im-logo-128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/riot.im\/*",
"*:\/\/*.riot.im\/*"
]
}
} | |