Focus WebPhone

Focus WebPhone

Focus WebPhoneとは何ですか?

Focus WebPhoneはFocus Telecom Polskaによって開発されたChromeの拡張機能で、その主な機能は「Focus WebPhone」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Focus WebPhone拡張機能のCRXファイルをダウンロード

Focus WebPhone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Focus WebPhone Focus WebPhone
ID hfamkegkmfhdpipffhjlpgnffngpfpcc
公式URL https://chrome.google.com/webstore/detail/focus-webphone/hfamkegkmfhdpipffhjlpgnffngpfpcc
説明 Focus WebPhone
ファイルサイズ 23.33 KB
インストール数 663
現在のバージョン 1.0.0
最終更新日 2019-10-10
公開日 2019-10-10
評価 5.00/5 合計 2 レビュー
開発者 Focus Telecom Polska
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://focustelecom.pl/focus-webphone/
対応言語 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"
    }
}