Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Что такое Vibe Desktop Streamer?
Vibe Desktop Streamer - это расширение Chrome, разработанное https://ltt096-36.science.upjs.sk/webrtc/dist, и его основная функция - "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
Скачать файл CRX расширения Vibe Desktop Streamer
Скачайте файлы расширений Vibe Desktop Streamer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
Официальный URL | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
Описание | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
Размер файла | 8.36 KB |
Количество установок | 30 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2018-05-15 |
Дата публикации | 2018-05-15 |
Разработчик | https://ltt096-36.science.upjs.sk/webrtc/dist |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.", "externally_connectable": { "matches": [ "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*", "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*", "*:\/\/vibe.ezuce.com\/webrtc\/*" ] }, "icons": { "128": "viewme-logo-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vibe Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |