WORKHUB

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

What is WORKHUB?

WORKHUB is a Chrome extension developed by Verizon IT, and its main feature is "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Extension Screenshots

screenshot

Download WORKHUB Extension CRX File

Download WORKHUB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
Official URL https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Description Chrome extension that detects when a duplicate tab is opened and activates already existing tab
File Size 11.22 KB
Installation Count 306
Current Version 1.1.2
Last Updated 2020-07-17
Publish Date 2020-07-17
Developer Verizon IT
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.verizon.com/about/privacy
Supported Languages 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"
    }
}