WORKHUB

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

Qu'est-ce que WORKHUB ?

WORKHUB est une extension Chrome développée par Verizon IT, et sa fonction principale est "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WORKHUB

Téléchargez les fichiers d'extension WORKHUB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
URL Officiel https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Description Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Taille du Fichier 11.22 KB
Nombre d'Installations 306
Version Actuelle 1.1.2
Dernière Mise à Jour 2020-07-17
Date de Publication 2020-07-17
Développeur Verizon IT
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.verizon.com/about/privacy
Langues Prises en Charge 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"
    }
}