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”。
擴展截圖
下載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 |
ID | jgilfdcdeadjblojdokemimjffabjlbl |
官方網址 | 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" } } |