Web UC C2D
Click to dial for WebUC/WebCTI
Web UC C2D란 무엇입니까?
Web UC C2D은(는) Plustel Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to dial for WebUC/WebCTI"입니다.
확장 프로그램 스크린샷
Web UC C2D 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Working in conjunction with your Hosted PBX seat and the WebUC phone or WebCTI, use this extension to have any telephone numbers in web pages changed to a click-2-dial link. When web page numbers are clicked, a call will be initiated from your Hosted PBX extension being used on the same computer where the WebUC phone or WebCTI is loaded and registered to our platform.
확장 프로그램 기본 정보
이름 | Web UC C2D |
ID | gihpifcapfklpcdjajanldoacmkdemmn |
공식 URL | https://chromewebstore.google.com/detail/web-uc-c2d/gihpifcapfklpcdjajanldoacmkdemmn |
설명 | Click to dial for WebUC/WebCTI |
파일 크기 | 78.79 KB |
설치 횟수 | 126 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-10-28 |
출시 날짜 | 2020-06-16 |
개발자 | Plustel Limited |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://plustel.co.uk/privacy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web UC C2D", "description": "Click to dial for WebUC\/WebCTI", "version": "1.3", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "https:\/\/*.login1.uk\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "thirdParty\/jquery-3.4.1.min.js", "content.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/ucweb19.png", "38": "images\/ucweb38.png" } }, "icons": { "16": "images\/ucweb16.png", "48": "images\/ucweb48.png", "128": "images\/ucweb128.png" } } |