WORKHUB
Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Что такое WORKHUB?
WORKHUB - это расширение Chrome, разработанное Verizon IT, и его основная функция - "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".
Снимки экрана расширения
Скачать файл CRX расширения WORKHUB
Скачайте файлы расширений 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 |
Официальный 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" } } |