WORKHUB
Chrome extension that detects when a duplicate tab is opened and activates already existing tab
O que é WORKHUB?
WORKHUB é uma extensão do Chrome desenvolvida por Verizon IT, e sua principal característica é "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WORKHUB
Baixe arquivos de extensão WORKHUB 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
Workhub is a Telephony application for Verizon Call Centers, CSR (Customer Service Representative) can do the call center features like Hold, Alternate, Transfer to other Call Center / Department. This Extension disables the CSRs to open multiple Workhub sessions. Having multiple sessions, functionality of Workhub will be impacted.
Informações Básicas da Extensão
Nome | WORKHUB |
ID | jgilfdcdeadjblojdokemimjffabjlbl |
URL Oficial | https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl |
Descrição | Chrome extension that detects when a duplicate tab is opened and activates already existing tab |
Tamanho do Arquivo | 11.22 KB |
Contagem de Instalações | 306 |
Versão Atual | 1.1.2 |
Última Atualização | 2020-07-17 |
Data de Publicação | 2020-07-17 |
Desenvolvedor | Verizon IT |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.verizon.com/about/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WORKHUB", "version": "1.1.2", "icons": { "16": "icons\/workhub.png", "48": "icons\/workhub.png", "128": "icons\/workhub.png" }, "manifest_version": 2, "description": "Chrome extension that detects when a duplicate tab is opened and activates already existing tab", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_title": "WORKHUB" } } |