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은(는) Telavox AB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from."입니다.
확장 프로그램 스크린샷
Telavox CTI Notification Handler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |