Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Telavox CTI Notification Handlerคืออะไร?
Telavox CTI Notification Handler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Telavox AB และคุณลักษณะหลักของมันคือ "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telavox CTI Notification Handler
ดาวน์โหลดไฟล์ส่วนขยาย Telavox CTI Notification Handler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
คำอธิบาย | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
ขนาดไฟล์ | 16.22 KB |
จำนวนการติดตั้ง | 347 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-01-17 |
วันที่เผยแพร่ | 2021-04-20 |
ผู้พัฒนา | Telavox AB |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://telavox.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telavox CTI Notification Handler", "description": "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.", "version": "0.0.2", "background": { "service_worker": "background.js" }, "permissions": [], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.telavox.com\/*" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |