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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WORKHUB

قم بتنزيل ملفات الامتداد WORKHUB بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}