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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |