Mitel Web Extension

Dials phone numbers on web pages using an installed Mitel softphone

What is Mitel Web Extension?

Mitel Web Extension is a Chrome extension developed by Mitel, and its main feature is "Dials phone numbers on web pages using an installed Mitel softphone".

Extension Screenshots

screenshot

Download Mitel Web Extension Extension CRX File

Download Mitel Web Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension for Mitel subscribers, that identifies phone numbers on any web page, creating dial-able links. Numbers are dialed via several Mitel client applications.

Quick Reference Guide:

https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html

End User License Agreement: 

https://www.mitel.com/-/media/mitel/file/pdf/legal-docs/eula/mitel-web-extension-r1-eula-22sep20.pdf                    

Extension Basic Information

Name Mitel Web Extension Mitel Web Extension
ID njodpoefbejllnijefababpjlkhologo
Official URL https://chromewebstore.google.com/detail/mitel-web-extension/njodpoefbejllnijefababpjlkhologo
Description Dials phone numbers on web pages using an installed Mitel softphone
File Size 602 KB
Installation Count 3,472
Current Version 1.0.5
Last Updated 2022-01-06
Publish Date 2020-11-05
Rating 4.75/5 Total 8 Ratings
Developer Mitel
Email [email protected]
Payment Type free
Extension Website https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html
Privacy Policy Page URL https://www.mitel.com/en-ca/legal/mitel-application-privacy-policy/mitel-cloud-application-privacy-policy-en
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Mitel Web Extension",
        "default_popup": "pages\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/ms-teams-integration.mitel.io\/",
                "https:\/\/ms-teams-integration.dev.mitel.io\/",
                "https:\/\/ms-teams-integration-stage.mitel.io\/",
                "https:\/\/ms-teams-integration-stage.dev.mitel.io\/"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}