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.”。
擴展截圖
下載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 |
ID | mkaocfkkgijdkejknbfblgfbelppnfci |
官方網址 | 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 |
電子郵箱 | [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" ] } |