WORKHUB

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

Was ist WORKHUB?

WORKHUB ist eine Chrome-Erweiterung, die von Verizon IT entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Erweiterungsscreenshots

screenshot

WORKHUB-Erweiterungs-CRX-Datei herunterladen

Laden Sie WORKHUB-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
Offizielle URL https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Beschreibung Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Dateigröße 11.22 KB
Installationsanzahl 306
Aktuelle Version 1.1.2
Letztes Update 2020-07-17
Veröffentlichungsdatum 2020-07-17
Entwickler Verizon IT
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.verizon.com/about/privacy
Unterstützte Sprachen 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"
    }
}