WORKHUB

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

Co to jest WORKHUB?

WORKHUB to rozszerzenie Chrome opracowane przez Verizon IT, a jego główną funkcją jest „Chrome extension that detects when a duplicate tab is opened and activates already existing tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WORKHUB

Pobierz pliki rozszerzeń WORKHUB w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
Oficjalny URL https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Opis Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Rozmiar pliku 11.22 KB
Liczba instalacji 306
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2020-07-17
Data Publikacji 2020-07-17
Deweloper Verizon IT
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.verizon.com/about/privacy
Obsługiwane Języki 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"
    }
}