Virtual Communication Express Dialer

A Google Chrome™ extension that provides Verizon Virtual Communications Express telephony integration.

Virtual Communication Express Dialer là gì?

Virtual Communication Express Dialer là một tiện ích mở rộng Chrome được phát triển bởi Verizon, và tính năng chính của nó là "A Google Chrome™ extension that provides Verizon Virtual Communications Express telephony integration.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Virtual Communication Express Dialer

Tải xuống các tệp mở rộng Virtual Communication Express Dialer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Virtual Communication Express Dialer Virtual Communication Express Dialer
ID alnghjgjfdiifjfmfjjcdggfhlnndnpf
URL Chính Thức https://chrome.google.com/webstore/detail/virtual-communication-exp/alnghjgjfdiifjfmfjjcdggfhlnndnpf
Mô tả A Google Chrome™ extension that provides Verizon Virtual Communications Express telephony integration.
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 599
Phiên Bản Hiện Tại 1.52
Cập Nhật Lần Cuối 2015-07-13
Ngày Phát Hành 2015-07-13
Đánh Giá 2.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Verizon
Loại Thanh Toán free
URL Trang Trợ Giúp https://customertraining.verizon.com/virtualcommtraining/ug_user_gs_feature_setup.htm
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}