ShoreTel Web Dialer

Converts web page phone numbers to dialable links

What is ShoreTel Web Dialer?

ShoreTel Web Dialer is a Chrome extension developed by Mitel, and its main feature is "Converts web page phone numbers to dialable links".

Extension Screenshots

screenshot

Download ShoreTel Web Dialer Extension CRX File

Download ShoreTel Web Dialer 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

                        ShoreTel Web Dialer allows a ShoreTel user to dial phone numbers appearing on any page displayed  with a single click.                    

Extension Basic Information

Name ShoreTel Web Dialer ShoreTel Web Dialer
ID lgjpoiedchgklleaenbccolnlmooinhp
Official URL https://chromewebstore.google.com/detail/shoretel-web-dialer/lgjpoiedchgklleaenbccolnlmooinhp
Description Converts web page phone numbers to dialable links
File Size 96.78 KB
Installation Count 0
Current Version 1.2.3.0
Last Updated 2017-12-06
Publish Date 2017-12-06
Rating 2.25/5 Total 4 Ratings
Developer Mitel
Email [email protected]
Payment Type free
Help Page URL http://support.shoretel.com/products/applications/web_dialer_service_extensions.html
Privacy Policy Page URL https://chromeextension.globalauth.mitelcloud.com/privacy_wd.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShoreTel Web Dialer",
    "version": "1.2.3.0",
    "manifest_version": 2,
    "description": "Converts web page phone numbers to dialable links",
    "browser_action": {
        "default_icon": "shoretellogo48.png",
        "default_popup": "popup.html",
        "default_title": "ShoreTel Web Dialer"
    },
    "icons": {
        "16": "shoretellogo16.png",
        "48": "shoretellogo48.png",
        "128": "shoretellogo128.png"
    },
    "background": {
        "scripts": [
            "webdialerBG.js"
        ]
    },
    "options_page": "webDialerOptions.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "webdialer.js"
            ],
            "css": [
                "webdialer.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}