IPVoice Call

Use IPVoice to call numbers in Chrome.

Wat is IPVoice Call?

IPVoice Call is een Chrome-extensie ontwikkeld door https://ipvoice.uk, en de belangrijkste functie is "Use IPVoice to call numbers in Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IPVoice Call

Download IPVoice Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IPVoice Call IPVoice Call
ID loholemopmkafkdhekbmkgbfhfhcmkjl
Officiële URL https://chromewebstore.google.com/detail/ipvoice-call/loholemopmkafkdhekbmkgbfhfhcmkjl
Beschrijving Use IPVoice to call numbers in Chrome.
Bestandsgrootte 128 KB
Aantal Installaties 259
Huidige Versie 7.0.0.1
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2022-02-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://ipvoice.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ipvoice.uk/
Help Pagina-URL https://ipvoice.uk/support
URL van de Privacybeleid Pagina https://ipvoice.uk/privacy
Ondersteunde Talen 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
    }
}