IPVoice Call

Use IPVoice to call numbers in Chrome.

Qu'est-ce que IPVoice Call ?

IPVoice Call est une extension Chrome développée par https://ipvoice.uk, et sa fonction principale est "Use IPVoice to call numbers in Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IPVoice Call

Téléchargez les fichiers d'extension IPVoice Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IPVoice Call IPVoice Call
ID loholemopmkafkdhekbmkgbfhfhcmkjl
URL Officiel https://chromewebstore.google.com/detail/ipvoice-call/loholemopmkafkdhekbmkgbfhfhcmkjl
Description Use IPVoice to call numbers in Chrome.
Taille du Fichier 128 KB
Nombre d'Installations 259
Version Actuelle 7.0.0.1
Dernière Mise à Jour 2024-01-25
Date de Publication 2022-02-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://ipvoice.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ipvoice.uk/
URL de la Page d'Aide https://ipvoice.uk/support
URL de la Page de Politique de Confidentialité https://ipvoice.uk/privacy
Langues Prises en Charge 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
    }
}