InstaVC Desktop Sharing Extension
Extension to allow desktop sharing in InstaVC WebRTC applications.
Что такое InstaVC Desktop Sharing Extension?
InstaVC Desktop Sharing Extension - это расширение Chrome, разработанное https://conference.instavc.com, и его основная функция - "Extension to allow desktop sharing in InstaVC WebRTC applications.".
Снимки экрана расширения
Скачать файл CRX расширения InstaVC Desktop Sharing Extension
Скачайте файлы расширений InstaVC Desktop Sharing Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
InstaVC Screen Share Plugin
Основная информация о расширении
Название | InstaVC Desktop Sharing Extension |
ID | jckdbnkecmmpemaghimijhehobdeplmd |
Официальный URL | https://chromewebstore.google.com/detail/instavc-desktop-sharing-e/jckdbnkecmmpemaghimijhehobdeplmd |
Описание | Extension to allow desktop sharing in InstaVC WebRTC applications. |
Размер файла | 15.53 KB |
Количество установок | 567 |
Текущая Версия | 3.3 |
Последнее Обновление | 2019-05-23 |
Дата публикации | 2019-05-22 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://conference.instavc.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "49", "name": "InstaVC Desktop Sharing Extension", "permissions": [ "desktopCapture" ], "short_name": "Desktop sharing for InstaVC WebRTC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow desktop sharing in InstaVC WebRTC applications.", "externally_connectable": { "matches": [ "*:\/\/*.instavc.com\/*", "*:\/\/test.instavc.com\/*", "*:\/\/203.196.151.139\/*", "*:\/\/*.wificlasses.com\/*", "*:\/\/*.careclix.com\/*", "*:\/\/*.robotec.com\/*", "*:\/\/*.tutorsweb.com\/*", "*:\/\/*.mpmindia.com\/*", "*:\/\/*.thehindu.co.in\/*", "*:\/\/*.nrilegalservices.com\/*", "*:\/\/*.kgisl.com\/*", "*:\/\/*.irancell.ir\/*", "*:\/\/*.cholainsurance.com\/*", "*:\/\/*.pardisco.ir\/*", "*:\/\/*.nwsc.co.ug\/*", "*:\/\/*.grtjewels.com\/*", "*:\/\/*.ckclive.com\/*", "*:\/\/*.dnsalias.com\/*", "*:\/\/*.ipindia.gov.in\/*" ] }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "browser_action": { "default_icon": "16.png" } } |