MiVoice Integration for Google 1.1

MiVoice Integration for Google

MiVoice Integration for Google 1.1คืออะไร?

MiVoice Integration for Google 1.1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mitel และคุณลักษณะหลักของมันคือ "MiVoice Integration for Google"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MiVoice Integration for Google 1.1

ดาวน์โหลดไฟล์ส่วนขยาย MiVoice Integration for Google 1.1 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 Google Chrome 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 version 3.0(and above) and a Mitel MiVoice Business communications platform are required.  Contact your Mitel reseller for additional details.

Privacy Statement:
MiVoice Integration for Google may collect and store the following personal user data: First Name, Last Name, Phone number, Email, Employer Name & Title, and Address. By installing MiVoice Integration for Google, user consents to the collection and use of this information exclusively for purposes of enabling MiVoice Integration for Google features and functionality.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MiVoice Integration for Google 1.1 MiVoice Integration for Google 1.1
ID dpgaakjcedfmlnbnjneifeafjlhkdhgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mivoice-integration-for-g/dpgaakjcedfmlnbnjneifeafjlhkdhgm
คำอธิบาย MiVoice Integration for Google
ขนาดไฟล์ 585 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 1.3.4.0
อัปเดตครั้งล่าสุด 2022-05-06
วันที่เผยแพร่ 2020-03-19
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mitel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mitel.com
URL หน้านโยบายความเป็นส่วนตัว https://www.mitel.com/legal/mitel-application-privacy-policy/mitel-application-privacy-policy-en
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MiVoice Integration for Google 1.1",
    "description": "MiVoice Integration for Google",
    "version": "1.3.4.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm\/ZV82b+faGChMgCss35pexxGPw2CXf0QhmvOG2Q+5ExQBqXrfg\/f\/8lMwEaJUdH+G384wM\/HTiZFnGr0KIfQBnxvbXhF3c\/qKG+DTWaFq0y35WcYjqqoSKTHT30ky7lAqi1theBorGpydJfhtepRhAKppVuWqBXXy+grHR82y0e52m5sguGEXnP9tCjzfhayKVAK23KaQMjD+sSNpkG8RIque4JREyCCd892BiOo6fxXRtODLeLKpiKCJX\/jkTmIL+mQ9S5y+l4SJPNMmcTBsOXii+VmUQf5q29SE2lmqHKHxOoed8CFuX39D0mMyG0h8cRf9e+BLEpXc12zN0cDwIDAQAB",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-1.11.2.js",
            "js\/jquery.i18n.properties.js",
            "js\/logger.js",
            "js\/services.js",
            "js\/notify.js",
            "js\/requests.js",
            "js\/utils.js",
            "js\/background.js",
            "js\/messages.js",
            "js\/murmurhash3_gc.js",
            "js\/actions.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/FaviconHandsetGreen16px.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/PhoneLogo128x128.png"
    },
    "permissions": [
        "identity",
        "alarms",
        "background",
        "notifications",
        "idle",
        "storage",
        "https:\/\/www.google.com\/*",
        "https:\/\/www.googleapis.com\/plus\/v1\/people\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "515497060053-gj9e1rji8odcken9uc6v69soq67hihfi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds\/",
            "email"
        ]
    }
}