WORKHUB

Chrome extension that detects when a duplicate tab is opened and activates already existing tab

WORKHUB क्या है?

WORKHUB Verizon IT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that detects when a duplicate tab is opened and activates already existing tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WORKHUB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}