MiCloud Connect by Mitel

Gain Connect functionality through Google Chrome™

MiCloud Connect by Mitel란 무엇입니까?

MiCloud Connect by Mitel은(는) Mitel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gain Connect functionality through Google Chrome™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MiCloud Connect by Mitel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MiCloud Connect for Chrome™ browser delivers a seamless unified communications experience between MiCloud Connect, Google Chrome and G Suite.
 
Key benefits of the MiCloud Connect browser extension with G Suite integration include:
 
• Easily search for contacts, view their presence and place a call from the Chrome web browser
• Transfer calls directly or after speaking with a contact with blind and consultative options 
• Listen to voicemails and save or delete them  
• Quickly create and join MiCloud Connect events from Google calendar 
• Web conferencing notifications and quick join
 
MiCloud Connect for Chrome is available only for MiCloud Connect customers in North America.  The already existing Mitel Connect for Chrome will remain to serve MiCloud Connect customers in the UK, MiCloud Connect customers in Australia, and all MiVoice Connect customers worldwide.

You must have an existing Mitel Connect Cloud  account to use this extension. Don’t have an account? Contact us for more information. This extension can be used with or without a G Suite account.                    

확장 프로그램 기본 정보

이름 MiCloud Connect by Mitel MiCloud Connect by Mitel
ID fepohihpoobnpbgnnndppkbmloaohhco
공식 URL https://chromewebstore.google.com/detail/micloud-connect-by-mitel/fepohihpoobnpbgnnndppkbmloaohhco
설명 Gain Connect functionality through Google Chrome™
파일 크기 2.39 MB
설치 횟수 7,728
현재 버전 2.1.74.0
최근 업데이트 2023-02-21
출시 날짜 2020-07-23
평점 5.00/5 총 3 개의 평점
개발자 Mitel
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.mitel.com/en-ca/legal/mitel-application-privacy-policy/mitel-cloud-application-privacy-policy-en
지원되는 언어 de,en,fr,es,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "version": "2.1.74.0",
    "author": "Mitel",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png",
        "512": "images\/icons\/icon512.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon19_disabled.png",
            "38": "images\/icons\/icon38_disabled.png"
        },
        "default_popup": "foreground.html",
        "default_title": "Mitel: Not Connected"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/calendar\/render*",
                "*:\/\/*.google.com\/calendar\/b\/*\/render*",
                "*:\/\/*.google.com\/calendar\/a\/*\/render*"
            ],
            "run_at": "document_idle",
            "js": [
                "gapi\/shoretel.js",
                "content\/stGCAL.js"
            ],
            "css": [
                "content\/stGCAL.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.google.com\/calendar\/u\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/calendar\/render*",
                "*:\/\/*.google.com\/calendar\/b\/*\/render*",
                "*:\/\/*.google.com\/calendar\/a\/*\/render*"
            ],
            "run_at": "document_idle",
            "js": [
                "gapi\/shoretel.js",
                "content\/stGCALBis.js"
            ],
            "css": [
                "content\/stGCALBis.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.google.com\/calendar\/r*",
                "*:\/\/*.google.com\/calendar\/b\/*\/r*",
                "*:\/\/*.google.com\/calendar\/a\/*\/r*"
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/calendar\/render*",
                "*:\/\/*.google.com\/calendar\/b\/*\/render*",
                "*:\/\/*.google.com\/calendar\/a\/*\/render*"
            ],
            "run_at": "document_idle",
            "js": [
                "gapi\/shoretel.js",
                "content\/stGCALBis.js"
            ],
            "css": [
                "content\/stGCALBis.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/calendar\/r\/*",
                "*:\/\/*.google.com\/calendar\/b\/*\/r\/*",
                "*:\/\/*.google.com\/calendar\/a\/*\/r\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content\/webdialer.js",
                "content\/raybaum-location.js"
            ],
            "css": [
                "content\/webdialer.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus",
        "management",
        "notifications",
        "storage",
        "tabs",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/chromeextension.globalauth.dev.mitelcloud.com\/GapiAuth*.html*",
            "https:\/\/chromeextension.globalauth.alpha.mitelcloud.com\/GapiAuth*.html*",
            "https:\/\/chromeextension.globalauth.mitelcloud.com\/GapiAuth*.html*"
        ]
    },
    "web_accessible_resources": [
        "images\/content\/GCALContentCallMe.png",
        "images\/content\/GCALContentCallMeDisabled.png",
        "images\/icons\/icon12.png",
        "images\/content\/grey14.png"
    ],
    "default_locale": "en",
    "incognito": "not_allowed",
    "minimum_chrome_version": "39",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/*.newrelic.com https:\/\/bam.nr-data.net; object-src 'self';"
}