REVE Chat- Screen Sharing & Cobrowsing Plugin
REVE Chat- Screen Sharing & Co-Browsing Live Chat
O que é REVE Chat- Screen Sharing & Cobrowsing Plugin?
REVE Chat- Screen Sharing & Cobrowsing Plugin é uma extensão do Chrome desenvolvida por https://www.revechat.com, e sua principal característica é "REVE Chat- Screen Sharing & Co-Browsing Live Chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão REVE Chat- Screen Sharing & Cobrowsing Plugin
Baixe arquivos de extensão REVE Chat- Screen Sharing & Cobrowsing Plugin 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
REVE Chat is a multi-channel cloud based live chat software that offers instant assistance to your website visitors through live chat, voice/video chat, Mobile Apps, Facebook and Viber messaging. Screen Sharing allows you to share the screen with the live chat agent. This allows you in product walk through, hence increasing sales. Co browsing allows you to share the access of your system with the live chat agent. This can be helpful in providing better support.
Informações Básicas da Extensão
Nome | REVE Chat- Screen Sharing & Cobrowsing Plugin |
ID | mdjljoiaeenpboejapmbogfjpdljjndh |
URL Oficial | https://chromewebstore.google.com/detail/reve-chat-screen-sharing/mdjljoiaeenpboejapmbogfjpdljjndh |
Descrição | REVE Chat- Screen Sharing & Co-Browsing Live Chat |
Tamanho do Arquivo | 5.36 KB |
Contagem de Instalações | 2,749 |
Versão Atual | 2.6 |
Última Atualização | 2019-11-21 |
Data de Publicação | 2019-11-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.revechat.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.revechat.com/support/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "REVE Chat- Screen Sharing & Cobrowsing Plugin", "author": "REVE Chat", "version": "2.6", "manifest_version": 2, "minimum_chrome_version": "34", "description": "REVE Chat- Screen Sharing & Co-Browsing Live Chat", "homepage_url": "https:\/\/revechat.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |