Click2Dial
Links phone numbers found in web pages to enable Click2Dial on IPTech systems.
Click2Dial란 무엇입니까?
Click2Dial은(는) https://iptech.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Links phone numbers found in web pages to enable Click2Dial on IPTech systems."입니다.
확장 프로그램 스크린샷
Click2Dial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Links phone numbers found in web pages to IPTech Click2Dial allowing the user to dial selected number with just a click. This chrome extension, once installed and activated, will search accessed web pages for phone numbers attaching the C2D icon allowing the user to double click linked icons and perform a call to selected destination from his personal extension. On supported VoIP desk phones the dial operation will open the speaker and initiate the call just like you dialed the number on phone's keypad. This application is intended for simple CTI integrations between web based CRM systems and company PBX. An integrated Options page supports the setup of user phone extension and other required data to allow smoot personalization.
확장 프로그램 기본 정보
이름 | Click2Dial |
ID | pcfboomnbpcgcbjfoolbiijmanofcmmd |
공식 URL | https://chromewebstore.google.com/detail/click2dial/pcfboomnbpcgcbjfoolbiijmanofcmmd |
설명 | Links phone numbers found in web pages to enable Click2Dial on IPTech systems. |
파일 크기 | 22.28 KB |
설치 횟수 | 122 |
현재 버전 | 2.0.0.9 |
최근 업데이트 | 2018-06-10 |
출시 날짜 | 2018-06-10 |
개발자 | https://iptech.co.il |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click2Dial", "version": "2.0.0.9", "description": "Links phone numbers found in web pages to enable Click2Dial on IPTech systems.", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "web_accessible_resources": [ "*.png", "*.jpg", "dialout.js" ], "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |