Focus WebPhone
Focus WebPhone
O que é Focus WebPhone?
Focus WebPhone é uma extensão do Chrome desenvolvida por Focus Telecom Polska, e sua principal característica é "Focus WebPhone".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Focus WebPhone
Baixe arquivos de extensão Focus WebPhone 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
Intelligent multi-channel communication system of Focus Contact Center in your company. Take care of the convenience of your customers, organize and supervise communication processes in all channels. - Integrate communication channels - Improve the quality of communication - Improve your service - Take advantage of additional opportunities - Manage the system by yourself - Ensure data security - Control your employees - Plan and forecast the effects Focus Contact Center has a fully integrated network phone working on the basis of WebRTC technology. It does not require downloading or installing additional software - it is enough to add an extension to the browser. You do not need to engage the IT department to configure the network or workstation. Focus Webphone is automatically configured and immediately ready to work. With SSL/TLS, your conversations are 100% safe.
Informações Básicas da Extensão
Nome | |
ID | hfamkegkmfhdpipffhjlpgnffngpfpcc |
URL Oficial | https://chrome.google.com/webstore/detail/focus-webphone/hfamkegkmfhdpipffhjlpgnffngpfpcc |
Descrição | Focus WebPhone |
Tamanho do Arquivo | 23.33 KB |
Contagem de Instalações | 663 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-10-10 |
Data de Publicação | 2019-10-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Focus Telecom Polska |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://focustelecom.pl/focus-webphone/ |
Idiomas Suportados | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus WebPhone", "description": "Focus WebPhone", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_title": "Focus WebPhone" }, "background": { "scripts": [ "config.js", "setup.js", "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "icons": { "128": "icons\/logo.png" } } |