WORKHUB
Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Cos'è WORKHUB?
WORKHUB è un'estensione di Chrome sviluppata da Verizon IT, e la sua funzione principale è "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WORKHUB
Scarica i file di estensione WORKHUB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WORKHUB |
ID | jgilfdcdeadjblojdokemimjffabjlbl |
URL Ufficiale | https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl |
Descrizione | Chrome extension that detects when a duplicate tab is opened and activates already existing tab |
Dimensione del File | 11.22 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2020-07-17 |
Data di Pubblicazione | 2020-07-17 |
Sviluppatore | Verizon IT |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.verizon.com/about/privacy |
Lingue Supportate | 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" } } |