Click to Dial - DLS Hosted PBX
Enables Click to Dial functionality along side your DLS Hosted PBX.
Click to Dial - DLS Hosted PBX란 무엇입니까?
Click to Dial - DLS Hosted PBX은(는) DLS Hosted PBX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables Click to Dial functionality along side your DLS Hosted PBX."입니다.
확장 프로그램 스크린샷
Click to Dial - DLS Hosted PBX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enables Click to Dial functionality along side your Hosted PBX. Click to Dial converts phone numbers in pages you visit to a special link you can click to call the phone number via your DLS Hosted PBX. For customers that use the Click to Dial / Screen Pop desktop application, you will need to update the desktop application to work with browser plugin versions 2.1.0 and higher.
확장 프로그램 기본 정보
이름 | Click to Dial - DLS Hosted PBX |
ID | cmboodljiceljcheaoccadpjkhmibehc |
공식 URL | https://chromewebstore.google.com/detail/click-to-dial-dls-hosted/cmboodljiceljcheaoccadpjkhmibehc |
설명 | Enables Click to Dial functionality along side your DLS Hosted PBX. |
파일 크기 | 236 KB |
설치 횟수 | 149 |
현재 버전 | 2.1.5 |
최근 업데이트 | 2021-02-19 |
출시 날짜 | 2019-06-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | DLS Hosted PBX |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dls.net/ |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/tsBackground.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/tsStyle.css" ], "js": [ "js\/jquery.min.js", "js\/tsInject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Enables Click to Dial functionality along side your DLS Hosted PBX.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAolLU1I2GC5yO6enQgExAzyyx+Z\/T3CFkHi7rW7jI+itjE3fBWqj\/swV\/jywaCOEw\/CfQwr2I6aqG7k4aWESuuOx5Q1vgQQEw26x44vvBbCgWi58aw3ZbqkssFBUm\/cp1BaqbZLDpFBCUH\/E3kXxXM+2v2vAoIWgEYGIxi6XmUkyd6VKpq1MjBHv7\/zxLHXKqN2IYqYekJavFQdPBswsWwwjLbDsLYtSlG1GkMskgEdujK+6ROGInQ4Q\/xUVR70yJHF6MgQKU4fzmmTuIRbh0UIVGgo2XlJBGCDyMdgzjT0iCCDdgiAgyPasN0qVmwxx0pR0Zb+uuC5MSAGhDsKJ9gwIDAQAB", "manifest_version": 2, "name": "Click to Dial - DLS Hosted PBX", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.5" } |