WORKHUB

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

WORKHUB란 무엇입니까?

WORKHUB은(는) Verizon IT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that detects when a duplicate tab is opened and activates already existing tab"입니다.

확장 프로그램 스크린샷

screenshot

WORKHUB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WORKHUB WORKHUB
ID jgilfdcdeadjblojdokemimjffabjlbl
공식 URL https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl
설명 Chrome extension that detects when a duplicate tab is opened and activates already existing tab
파일 크기 11.22 KB
설치 횟수 306
현재 버전 1.1.2
최근 업데이트 2020-07-17
출시 날짜 2020-07-17
개발자 Verizon IT
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.verizon.com/about/privacy
지원되는 언어 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"
    }
}