SVM Click-to-Call
A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…
SVM Click-to-Call란 무엇입니까?
SVM Click-to-Call은(는) SVM Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…"입니다.
확장 프로그램 스크린샷
SVM Click-to-Call 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: - Allows a user to click on a telephone number in any website to make a call - Application detects telephone numbers based on country code and area code. - Include/Exclude list allows users to specify the domain[s] where the extension will be enabled Instructions: 1. Enter your PBX portal Username and Password then click save (if accepted you will see your area code in the "Area Code" field) 2. Select Include or Exclude and click Save. If you select Include, then you must enter the names of the websites that you wish to use click-to-call with. 3. Browse to any website (if you selected the Include option, then it must be a website that was included) and hover over a telephone number. You will see a yellow highlight if the plugin is working.
확장 프로그램 기본 정보
이름 | |
ID | peomidmfhkapafohfkeggokkljokipkf |
공식 URL | https://chrome.google.com/webstore/detail/svm-click-to-call/peomidmfhkapafohfkeggokkljokipkf |
설명 | A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -… |
파일 크기 | 77.3 KB |
설치 횟수 | 44 |
현재 버전 | 1.8 |
최근 업데이트 | 2017-10-31 |
출시 날짜 | 2017-10-31 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | SVM Tech |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVM Click-to-Call", "version": "1.8", "description": "", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "c2c.css" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "tabs", "storage" ], "manifest_version": 2, "web_accessible_resources": [ "pencil-15.png" ] } |