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. 扩展基本信息
| 名称 | |
| 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"
}
} | |