WORKHUB

Chrome extension that detects when a duplicate tab is opened and activates already existing tab

¿Qué es WORKHUB?

WORKHUB es una extensión de Chrome desarrollada por Verizon IT, y su función principal es "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WORKHUB

Descarga archivos de extensión WORKHUB en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
URL Oficial https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Descripción Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Tamaño del Archivo 11.22 KB
Cantidad de Instalaciones 306
Versión Actual 1.1.2
Última Actualización 2020-07-17
Fecha de Publicación 2020-07-17
Desarrollador Verizon IT
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.verizon.com/about/privacy
Idiomas Soportados 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"
    }
}