WORKHUB
Chrome extension that detects when a duplicate tab is opened and activates already existing tab
Vad är WORKHUB?
WORKHUB är en Chrome-tillägg utvecklad av Verizon IT, och dess huvudfunktion är "Chrome extension that detects when a duplicate tab is opened and activates already existing tab".
Tilläggsskärmbilder
Ladda ner WORKHUB-förlängningens CRX-fil
Ladda ner WORKHUB-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | WORKHUB |
ID | jgilfdcdeadjblojdokemimjffabjlbl |
Officiell webbadress | https://chromewebstore.google.com/detail/workhub/jgilfdcdeadjblojdokemimjffabjlbl |
Beskrivning | Chrome extension that detects when a duplicate tab is opened and activates already existing tab |
Filstorlek | 11.22 KB |
Antal Installationer | 306 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2020-07-17 |
Publiceringsdatum | 2020-07-17 |
Utvecklare | Verizon IT |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.verizon.com/about/privacy |
Stödda Språk | 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" } } |