VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Что такое VideoRTC Screensharing?
VideoRTC Screensharing - это расширение Chrome, разработанное https://ivrpowers.com, и его основная функция - "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
Снимки экрана расширения
Скачать файл CRX расширения VideoRTC Screensharing
Скачайте файлы расширений VideoRTC Screensharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        VideoRTC Screensharing is a chrome extension that supports to share a screen or window application from the Agent during an advanced Call Center interaction with Users.                     Основная информация о расширении
| Название |   |  
| ID | pkilckpboojemoogepfpkgbihkfkikel | 
| Официальный URL | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel | 
| Описание | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC | 
| Размер файла | 10.14 KB | 
| Количество установок | 0 | 
| Текущая Версия | 1.0.0 | 
| Последнее Обновление | 2017-03-22 | 
| Дата публикации | 2017-03-22 | 
| Разработчик | https://ivrpowers.com | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoRTC Screensharing",
    "short_name": "VideoRTC Screensharing",
    "description": "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC",
    "author": "IVRPowers",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}  |  |