IPTelecom Browser Call

This chrome extension allows IP Telecom customers to dial numbers from the Chrome browser automatically.

What is IPTelecom Browser Call?

IPTelecom Browser Call is a Chrome extension developed by IP Telecom Dublin, and its main feature is "This chrome extension allows IP Telecom customers to dial numbers from the Chrome browser automatically.".

Extension Screenshots

screenshot

Download IPTelecom Browser Call Extension CRX File

Download IPTelecom Browser Call 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

                        This chrome extension allows IP Telecom customers to dial numbers from the Chrome browser automatically.                    

Extension Basic Information

Name IPTelecom Browser Call IPTelecom Browser Call
ID hhgheailiamnficcffchmejciapmeadd
Official URL https://chromewebstore.google.com/detail/iptelecom-browser-call/hhgheailiamnficcffchmejciapmeadd
Description This chrome extension allows IP Telecom customers to dial numbers from the Chrome browser automatically.
File Size 220 KB
Installation Count 31
Current Version 2.0.2
Last Updated 2021-09-03
Publish Date 2019-01-21
Rating 5.00/5 Total 1 Ratings
Developer IP Telecom Dublin
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.iptelecom.ie/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPTelecom Browser Call",
    "version": "2.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendors\/jquery\/jquery.min.js",
                "vendors\/libphonenumber-js\/libphonenumber-js.min.js",
                "vendors\/replacetext\/replacetext.js",
                "vendors\/duo\/Duo-Web-v2.js",
                "config.js",
                "core\/js\/iptel.min.js",
                "core\/js\/device.min.js",
                "core\/js\/content.min.js"
            ],
            "css": [
                "core\/css\/content.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendors\/jquery\/jquery.min.js",
            "vendors\/libphonenumber-js\/libphonenumber-js.min.js",
            "config.js",
            "core\/js\/iptel.min.js",
            "core\/js\/background.min.js",
            "core\/js\/eventPage.min.js"
        ]
    },
    "icons": {
        "16": "assets\/img\/logo_ic.png",
        "48": "assets\/img\/logo_ic.png",
        "128": "assets\/img\/logo_ic.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/logo_ic.png",
        "default_popup": "popup\/popup.html",
        "default_title": "IPTelecom Browser Call"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "assets\/img\/iptelecom.png"
    ],
    "options_page": "popup\/popup.html"
}