Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
Что такое Riot.im Screen Sharing?
Riot.im Screen Sharing - это расширение Chrome, разработанное https://jitsi.riot.im, и его основная функция - "Share your desktop in Riot.im video conferences.".
Снимки экрана расширения
Скачать файл CRX расширения Riot.im Screen Sharing
Скачайте файлы расширений Riot.im Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference. Основная информация о расширении
| Название | |
| ID | ehgcnaneidbjcmblghjepmamomchgahd |
| Официальный URL | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
| Описание | Share your desktop in Riot.im video conferences. |
| Размер файла | 16.8 KB |
| Количество установок | 1,316 |
| Текущая Версия | 0.1.6 |
| Последнее Обновление | 2017-07-06 |
| Дата публикации | 2017-07-06 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | https://jitsi.riot.im |
| Тип оплаты | free |
| Официальный сайт расширения | https://riot.im/ |
| Поддерживаемые языки | 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\/*"
]
}
} | |