WORKHUB

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

WORKHUB là gì?

WORKHUB là một tiện ích mở rộng Chrome được phát triển bởi Verizon IT, và tính năng chính của nó là "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WORKHUB

Tải xuống các tệp mở rộng WORKHUB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
URL Chính Thức https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
Mô tả Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Kích Thước Tệp 11.22 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-07-17
Ngày Phát Hành 2020-07-17
Nhà Phát Triển Verizon IT
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.verizon.com/about/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}