Focus WebPhone

Focus WebPhone

Was ist Focus WebPhone?

Focus WebPhone ist eine Chrome-Erweiterung, die von Focus Telecom Polska entwickelt wurde, und ihr Hauptmerkmal ist "Focus WebPhone".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Focus WebPhone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focus WebPhone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Focus WebPhone Focus WebPhone
ID hfamkegkmfhdpipffhjlpgnffngpfpcc
Offizielle URL https://chrome.google.com/webstore/detail/focus-webphone/hfamkegkmfhdpipffhjlpgnffngpfpcc
Beschreibung Focus WebPhone
Dateigröße 23.33 KB
Installationsanzahl 663
Aktuelle Version 1.0.0
Letztes Update 2019-10-10
Veröffentlichungsdatum 2019-10-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Focus Telecom Polska
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://focustelecom.pl/focus-webphone/
Unterstützte Sprachen 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"
    }
}