MiVoice Integration for Google

MiVoice Integration for Google

MiVoice Integration for Google là gì?

MiVoice Integration for Google là một tiện ích mở rộng Chrome được phát triển bởi Mitel, và tính năng chính của nó là "MiVoice Integration for Google".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MiVoice Integration for Google

Tải xuống các tệp mở rộng MiVoice Integration for Google 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

                        MiVoice Integration for Google offers computer telephony integration (CTI) and productivity features for Mitel MiVoice Business and Google users, including inbound, outbound, and in-call capabilities, all integrated within the web browser user interface via Google Chrome Extension, and accessed with a single sign-on. These include:
 
·         Inbound features (such as toaster-pop and answer call)

·         Mid-call features (such as transfer, conference, hold, retrieve call; create call notes)

·         Outbound features (such as search for contacts and click-to-dial)

·         Activity tracking features (save call notes and logs to Google contact Notes field)

 
Mitel Open Integration Gateway (OIG) software and a Mitel MiVoice Business communications platform are required.  Contact your Mitel reseller for additional details.                    

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

Tên MiVoice Integration for Google MiVoice Integration for Google
ID dgjhlbgakflfkbfdnadeoalkhcidhppn
URL Chính Thức https://chrome.google.com/webstore/detail/mivoice-integration-for-g/dgjhlbgakflfkbfdnadeoalkhcidhppn
Mô tả MiVoice Integration for Google
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 1.0.22.0
Cập Nhật Lần Cuối 2016-02-02
Ngày Phát Hành 2016-02-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mitel
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.mitel.com/legal/mitel-application-privacy-policy/mitel-application-privacy-policy-en
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MiVoice Integration for Google",
    "description": "MiVoice Integration for Google",
    "version": "1.0.22.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArMwhOpshualAKaoT1d6GDHFt4m7wLpQKl3q6M6YZOlCGMoomGG1Y3bWs5MXwVn2pv4\/HbsQwlbnaoK0fW01zA0TN8ZSrt9xKvJMgWgcU0W0sPbcBFth\/vfdQQMOWQSBGpmO89HpVEGK5V5lLjOAhQkkptHTV\/958WrgnOwZ6xRU2y74Paxalo6s1Ezm5sO3u1gSPb\/s1NXMSRxGGsN4asZi5adOTiS1M3oLWFk38yt3\/+jks3PUxe\/JbauzZBrmpJZIrpuX2nh3zgBSui6M8pl3uqdOc4oUSSwmdOpYTef5H3+gLAv0qKWSEbd8I0GGTovJbcvZ3XWKskwvW8aAukQIDAQAB",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.js",
            "js\/errors.js",
            "js\/logger.js",
            "js\/services.js",
            "js\/notify.js",
            "js\/requests.js",
            "js\/utils.js",
            "js\/background.js",
            "js\/murmurhash3_gc.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/FaviconHandsetGreen16px.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/PhoneLogo128x128.png"
    },
    "permissions": [
        "identity",
        "background",
        "notifications",
        "storage",
        "tabs",
        "https:\/\/www.google.com\/*"
    ],
    "oauth2": {
        "client_id": "515497060053-c64o259fl5im0ndk9vtvhnd34r8m6bte.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds\/",
            "email"
        ]
    }
}