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 là gì?

Agent Desktop Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://brightpattern.com, và tính năng chính của nó là "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agent Desktop Chrome Extension

Tải xuống các tệp mở rộng Agent Desktop Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agent Desktop Chrome Extension Agent Desktop Chrome Extension
ID mkaocfkkgijdkejknbfblgfbelppnfci
URL Chính Thức https://chromewebstore.google.com/detail/agent-desktop-chrome-exte/mkaocfkkgijdkejknbfblgfbelppnfci
Mô tả Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.
Kích Thước Tệp 12.64 KB
Số Lần Cài Đặt 84,803
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-11-19
Ngày Phát Hành 2019-04-22
Đánh Giá 3.65/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://brightpattern.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.brightpattern.com/contact-center-solution/
URL Trang Trợ Giúp http://www.brightpattern.com/contact-center-support/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}