Monmouth Telecom Click-To-Dial

This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.

What is Monmouth Telecom Click-To-Dial?

Monmouth Telecom Click-To-Dial is a Chrome extension developed by Monmouth Telecom, and its main feature is "This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.".

Extension Screenshots

screenshot

Download Monmouth Telecom Click-To-Dial Extension CRX File

Download Monmouth Telecom Click-To-Dial 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

                        The Click-To-Dial Chrome extension is only applicable to Monmouth Telecom Hosted PBX Customers. This Add-On turns all telephone numbers on every web page into links.                    

Extension Basic Information

Name Monmouth Telecom Click-To-Dial Monmouth Telecom Click-To-Dial
ID fpiihbnjcalnnkodmjdmlfadobanleld
Official URL https://chromewebstore.google.com/detail/monmouth-telecom-click-to/fpiihbnjcalnnkodmjdmlfadobanleld
Description This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.
File Size 58.48 KB
Installation Count 21
Current Version 1.0.0.6
Last Updated 2023-11-21
Publish Date 2020-03-25
Rating 5.00/5 Total 3 Ratings
Developer Monmouth Telecom
Email [email protected]
Payment Type free
Extension Website http://www.monmouth.com
Help Page URL http://www.monmouth.com/support
Privacy Policy Page URL https://www.monmouth.com/privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monmouth Telecom Click-To-Dial",
    "description": "This extension enables Click-To-Dial from the chrome web-browser for Monmouth Telecom Hosted PBX Customers.",
    "version": "1.0.0.6",
    "browser_action": {
        "default_icon": "img\/disabled_icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-1.11.3.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "linkify_tns.js",
                "jquery-1.11.3.min.js"
            ],
            "css": [
                "clicktodial.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}