WORKHUB

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

Hvad er WORKHUB?

WORKHUB er en Chrome-udvidelse udviklet af Verizon IT, og dens hovedfunktion er "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Udvidelsesskærmbilleder

screenshot

Download WORKHUB-udvidelses-CRX-fil

Download WORKHUB-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
Officiel URL https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Beskrivelse Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Filstørrelse 11.22 KB
Antal Installationer 306
Nuværende Version 1.1.2
Senest Opdateret 2020-07-17
Udgivelsesdato 2020-07-17
Udvikler Verizon IT
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.verizon.com/about/privacy
Understøttede Sprog 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"
    }
}