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ファイルをダウンロード

WORKHUB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}