Virtual Communication Express Dialer
A Google Chrome™ extension that provides Verizon Virtual Communications Express telephony integration.
Virtual Communication Express Dialer란 무엇입니까?
Virtual Communication Express Dialer은(는) Verizon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome™ extension that provides Verizon Virtual Communications Express telephony integration."입니다.
확장 프로그램 스크린샷
Virtual Communication Express Dialer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Google Chrome extension that is available to all Verizon Virtual Communications Express customers. The extension allows customers of the service to see their call history, click to call, and manage features such as call forwarding, do not disturb, or remote office. The extension provides a corporate directory search that integrates with the users local Google address book for ease of contact management. This extension also provides incoming call notifications that may be delivered via the text to speech application. This application is highly recommended if you have the Virtual Communications Express service and regularly use Google Chrome and Google Mail for your business.
확장 프로그램 기본 정보
이름 | |
ID | alnghjgjfdiifjfmfjjcdggfhlnndnpf |
공식 URL | https://chrome.google.com/webstore/detail/virtual-communication-exp/alnghjgjfdiifjfmfjjcdggfhlnndnpf |
설명 | A Google Chrome™ extension that provides Verizon Virtual Communications Express telephony integration. |
파일 크기 | 1.38 MB |
설치 횟수 | 599 |
현재 버전 | 1.52 |
최근 업데이트 | 2015-07-13 |
출시 날짜 | 2015-07-13 |
평점 | 2.50/5 총 6 개의 평점 |
개발자 | Verizon |
결제 유형 | free |
도움말 페이지 URL | https://customertraining.verizon.com/virtualcommtraining/ug_user_gs_feature_setup.htm |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/clear_16x16.png", "default_popup": "options.html" }, "content_scripts": [ { "all_frames": true, "css": [ "injected.css", "jquery-ui.css" ], "js": [ "jquery.js", "jquery.base64.js", "contentscript.js", "xsiactions.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "A Google Chrome\u2122 extension that provides Verizon Virtual Communications Express telephony integration.", "icons": { "128": "images\/clear_128x128.png", "16": "images\/clear_16x16.png", "48": "images\/clear_48x48.png" }, "manifest_version": 2, "name": "Virtual Communication Express Dialer", "oauth2": { "client_id": "597842396414-6tthi53sbc5k6vv3n3di8ej4c2d4dqk0.apps.googleusercontent.com", "scopes": [ "https:\/\/www.google.com\/m8\/feeds\/" ] }, "omnibox": { "keyword": "-call" }, "options_page": "options.html", "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "tts", "identity" ], "short_name": "Virtual Communication Express", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.52", "web_accessible_resources": [ "images\/click2dial.png", "injected.js" ] } |