VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
O que é VideoRTC Screensharing?
VideoRTC Screensharing é uma extensão do Chrome desenvolvida por https://ivrpowers.com, e sua principal característica é "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VideoRTC Screensharing
Baixe arquivos de extensão VideoRTC Screensharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | VideoRTC Screensharing |
ID | pkilckpboojemoogepfpkgbihkfkikel |
URL Oficial | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel |
Descrição | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC |
Tamanho do Arquivo | 10.14 KB |
Contagem de Instalações | 0 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-03-22 |
Data de Publicação | 2017-03-22 |
Desenvolvedor | https://ivrpowers.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |