ZP Click 2 Call - Automated VRS Dialing
Click on any 10-digit number on web pages to call using Z5 or P3.
ZP Click 2 Call - Automated VRS Dialing란 무엇입니까?
ZP Click 2 Call - Automated VRS Dialing은(는) ZP Better Together, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on any 10-digit number on web pages to call using Z5 or P3."입니다.
확장 프로그램 스크린샷
ZP Click 2 Call - Automated VRS Dialing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension by ZP Better Together, LLC allows you to click on any phone number on any web page, which will start a VRS call. No more copy-and-paste!
확장 프로그램 기본 정보
이름 | ZP Click 2 Call - Automated VRS Dialing |
ID | lbhmbcmpbghibdbogpfnpfolpnfjghho |
공식 URL | https://chromewebstore.google.com/detail/zp-click-2-call-automated/lbhmbcmpbghibdbogpfnpfolpnfjghho |
설명 | Click on any 10-digit number on web pages to call using Z5 or P3. |
파일 크기 | 463 KB |
설치 횟수 | 541 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2022-04-05 |
출시 날짜 | 2022-04-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | ZP Better Together, LLC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zpvrs.com/c2c |
도움말 페이지 URL | https://zpvrs.com/c2c/support |
개인정보 보호 정책 페이지 URL | https://zpvrs.com/apps/zp/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZP Click 2 Call - Automated VRS Dialing", "description": "Click on any 10-digit number on web pages to call using Z5 or P3.", "version": "2.1.0", "icons": { "16": "\/assets\/icons\/icon16.png", "24": "\/assets\/icons\/icon24.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "64": "\/assets\/icons\/icon64.png", "128": "\/assets\/icons\/icon128.png", "256": "\/assets\/icons\/icon256.png", "512": "\/assets\/icons\/icon512.png", "1024": "\/assets\/icons\/icon1024.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "css": [ "\/content\/content.css" ], "js": [ "\/content\/contentScript.js" ], "run_at": "document_end", "all_frames": true, "match_about_blank": true } ], "action": { "default_icon": "\/assets\/icons\/icon32.png", "default_popup": "\/popup\/index.html", "default_title": "Purple Communications - Click 2 Call" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C", "mac": "MacCtrl+Shift+C" }, "description": "Toggle Click 2 Call" } }, "background": { "service_worker": "\/background\/background.js" }, "options_ui": { "page": "\/options\/index.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/icon1024.png", "assets\/icons\/icon128.png", "assets\/icons\/icon16.png", "assets\/icons\/icon24.png", "assets\/icons\/icon256.png", "assets\/icons\/icon32.png", "assets\/icons\/icon32disabled.png", "assets\/icons\/icon48.png", "assets\/icons\/icon512.png", "assets\/icons\/icon64.png", "assets\/icons\/P3_128x128.png", "assets\/icons\/P3_16x16.png", "assets\/icons\/P3_24x24.png", "assets\/icons\/P3_32x32.png", "assets\/icons\/P3_48x48.png", "assets\/icons\/Z5_128x128.png", "assets\/icons\/Z5_16x16.png", "assets\/icons\/Z5_24x24.png", "assets\/icons\/Z5_32x32.png", "assets\/icons\/Z5_48x48.png", "assets\/images\/placeholder1.png", "content\/content.css", "configuration.json" ], "matches": [ " |