Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
Wat is Riot.im Screen Sharing?
Riot.im Screen Sharing is een Chrome-extensie ontwikkeld door https://jitsi.riot.im, en de belangrijkste functie is "Share your desktop in Riot.im video conferences.".
Extensie Screenshots
Download het CRX-bestand van de extensie Riot.im Screen Sharing
Download Riot.im Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference. Basisinformatie over de Extensie
| Naam | |
| ID | ehgcnaneidbjcmblghjepmamomchgahd |
| Officiële URL | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
| Beschrijving | Share your desktop in Riot.im video conferences. |
| Bestandsgrootte | 16.8 KB |
| Aantal Installaties | 1,316 |
| Huidige Versie | 0.1.6 |
| Laatst Bijgewerkt | 2017-07-06 |
| Publicatiedatum | 2017-07-06 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://jitsi.riot.im |
| Betalingswijze | free |
| Extensiewebsite | https://riot.im/ |
| Ondersteunde Talen | 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\/*"
]
}
} | |