WORKHUB

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

Apa itu WORKHUB?

WORKHUB adalah ekstensi Chrome yang dikembangkan oleh Verizon IT, dan fitur utamanya adalah "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WORKHUB

Unduh file ekstensi WORKHUB dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
URL Resmi https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Deskripsi Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Ukuran File 11.22 KB
Jumlah Instalasi 306
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2020-07-17
Tanggal Publikasi 2020-07-17
Pengembang Verizon IT
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.verizon.com/about/privacy
Bahasa yang Didukung 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"
    }
}