Agent Desktop Chrome Extension

Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.

Agent Desktop Chrome Extensionとは何ですか?

Agent Desktop Chrome Extensionはhttps://brightpattern.comによって開発されたChromeの拡張機能で、その主な機能は「Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.」です。

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

screenshot

Agent Desktop Chrome Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is the link between the Chrome browser and softphone app that is one of the phone options for Bright Pattern Contact Center. The app also provides screen recording, out-of-browser alerts and ring-all-sound devices functionality.

The Bright Pattern Contact Center is an end-to-end software as a service solution to manage customer communications over voice, chat, SMS, email and more, in context, while ensuring top quality and controlling the costs.

v1.18 ads verification of the pare origin against a whitelist of allowed origins.                    

拡張機能の基本情報

名前 Agent Desktop Chrome Extension Agent Desktop Chrome Extension
ID mkaocfkkgijdkejknbfblgfbelppnfci
公式URL https://chromewebstore.google.com/detail/agent-desktop-chrome-exte/mkaocfkkgijdkejknbfblgfbelppnfci
説明 Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.
ファイルサイズ 12.64 KB
インストール数 84,803
現在のバージョン 2.2
最終更新日 2022-11-19
公開日 2019-04-22
評価 3.65/5 合計 17 レビュー
開発者 https://brightpattern.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.brightpattern.com/contact-center-solution/
ヘルプページのURL http://www.brightpattern.com/contact-center-support/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Agent Desktop Chrome Extension",
    "short_name": "Agent Desktop Chrome Extension",
    "version": "2.2",
    "description": "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.",
    "icons": {
        "128": "images\/extension-128.png",
        "48": "images\/extension-48.png",
        "32": "images\/extension-32.png",
        "20": "images\/extension-20.png",
        "16": "images\/extension-16.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/",
                "*:\/\/*\/"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}