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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |