IPVoice Call

Use IPVoice to call numbers in Chrome.

What is IPVoice Call?

IPVoice Call is a Chrome extension developed by https://ipvoice.uk, and its main feature is "Use IPVoice to call numbers in Chrome.".

Extension Screenshots

screenshot

Download IPVoice Call Extension CRX File

Download IPVoice 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

                        Use IPVoice Desktop App to call numbers in Google Chrome. Allows click to dial from any webpage that has a valid phone number and will make using the IPVoice Desktop App.                    

Extension Basic Information

Name IPVoice Call IPVoice Call
ID loholemopmkafkdhekbmkgbfhfhcmkjl
Official URL https://chromewebstore.google.com/detail/ipvoice-call/loholemopmkafkdhekbmkgbfhfhcmkjl
Description Use IPVoice to call numbers in Chrome.
File Size 128 KB
Installation Count 259
Current Version 7.0.0.1
Last Updated 2024-01-25
Publish Date 2022-02-02
Rating 5.00/5 Total 1 Ratings
Developer https://ipvoice.uk
Email [email protected]
Payment Type free
Extension Website https://ipvoice.uk/
Help Page URL https://ipvoice.uk/support
Privacy Policy Page URL https://ipvoice.uk/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "IPVoice Ltd.",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use IPVoice to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "IPVoice Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}