WORKHUB

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

Wat is WORKHUB?

WORKHUB is een Chrome-extensie ontwikkeld door Verizon IT, en de belangrijkste functie is "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WORKHUB

Download WORKHUB-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
Officiële URL https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Beschrijving Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Bestandsgrootte 11.22 KB
Aantal Installaties 306
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2020-07-17
Ontwikkelaar Verizon IT
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.verizon.com/about/privacy
Ondersteunde Talen 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"
    }
}