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文件
下載Virtual Communication Express Dialer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |