Agent Desktop Chrome Extension
Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.
O que é Agent Desktop Chrome Extension?
Agent Desktop Chrome Extension é uma extensão do Chrome desenvolvida por https://brightpattern.com, e sua principal característica é "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Agent Desktop Chrome Extension
Baixe arquivos de extensão Agent Desktop Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Agent Desktop Chrome Extension |
ID | mkaocfkkgijdkejknbfblgfbelppnfci |
URL Oficial | https://chromewebstore.google.com/detail/agent-desktop-chrome-exte/mkaocfkkgijdkejknbfblgfbelppnfci |
Descrição | Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application. |
Tamanho do Arquivo | 12.64 KB |
Contagem de Instalações | 84,803 |
Versão Atual | 2.2 |
Última Atualização | 2022-11-19 |
Data de Publicação | 2019-04-22 |
Classificação | 3.65/5 Total de 17 Avaliações |
Desenvolvedor | https://brightpattern.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.brightpattern.com/contact-center-solution/ |
URL da Página de Ajuda | http://www.brightpattern.com/contact-center-support/ |
Idiomas Suportados | 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" ] } |