Focus WebPhone
Focus WebPhone
Cos'è Focus WebPhone?
Focus WebPhone è un'estensione di Chrome sviluppata da Focus Telecom Polska, e la sua funzione principale è "Focus WebPhone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Focus WebPhone
Scarica i file di estensione Focus WebPhone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hfamkegkmfhdpipffhjlpgnffngpfpcc |
URL Ufficiale | https://chrome.google.com/webstore/detail/focus-webphone/hfamkegkmfhdpipffhjlpgnffngpfpcc |
Descrizione | Focus WebPhone |
Dimensione del File | 23.33 KB |
Conteggio Installazioni | 663 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-10-10 |
Data di Pubblicazione | 2019-10-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Focus Telecom Polska |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://focustelecom.pl/focus-webphone/ |
Lingue Supportate | 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" } } |