IPTrade Click2Dial

An add-on that allows placing calls from your IPTrade device when clicking a phone number in a web page.

What is IPTrade Click2Dial?

IPTrade Click2Dial is a Chrome extension developed by Unknown, and its main feature is "An add-on that allows placing calls from your IPTrade device when clicking a phone number in a web page.".

Extension Screenshots

screenshot

Download IPTrade Click2Dial Extension CRX File

Download IPTrade Click2Dial 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 add-on that allows placing calls from your IPTrade device when clicking a phone number in a web page.                    

Extension Basic Information

Name IPTrade Click2Dial IPTrade Click2Dial
ID knehkbijjmioognkkdncdgknkniofjak
Official URL https://chromewebstore.google.com/detail/iptrade-click2dial/knehkbijjmioognkkdncdgknkniofjak
Description An add-on that allows placing calls from your IPTrade device when clicking a phone number in a web page.
File Size 64.22 KB
Installation Count 13
Current Version 1.4
Last Updated 2018-02-23
Publish Date 2018-02-23
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPTrade Click2Dial",
    "description": "An add-on that allows placing calls from your IPTrade device when clicking a phone number in a web page.",
    "author": "IPTrade-Networks",
    "version": "1.4",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": "img\/logo-32x32.png",
        "default_title": "IPTrade Click2Dial"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.11.0.min.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/logo-16x16.png"
    ]
}