Voipfone Browser Calls

Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service.

Qu'est-ce que Voipfone Browser Calls ?

Voipfone Browser Calls est une extension Chrome développée par https://www.voipfone.co.uk, et sa fonction principale est "Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voipfone Browser Calls

Téléchargez les fichiers d'extension Voipfone Browser Calls 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

                        The Voipfone Browser Calls extension recognises telephone numbers shown on a web page, and converts them to clickable links.

Simply click the link and the telephone registered to your Voipfone account will ring. When you answer, you will be connected to the number displayed on the webpage.

It's quick, easy, and no misdialled numbers!

You do not even need to have a VoIP telephone to use this service. Simply divert your Voipfone extension to your mobile or landline - very handy when on the move. And because you are receiving a call back rather than dialling it yourself, you will benefit from Voipfone's call rates, and may save money on roaming charges as well.                    

Informations de Base sur l'Extension

Nom Voipfone Browser Calls Voipfone Browser Calls
ID bpgcpopdoackjefpnpcibiekchjgccgp
URL Officiel https://chromewebstore.google.com/detail/voipfone-browser-calls/bpgcpopdoackjefpnpcibiekchjgccgp
Description Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service.
Taille du Fichier 142 KB
Nombre d'Installations 525
Version Actuelle 6.0.1
Dernière Mise à Jour 2022-07-01
Date de Publication 2019-08-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.voipfone.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.voipfone.co.uk/plugin_browser.php
URL de la Page d'Aide http://www.voipfone.co.uk/support_how_to_use_the_chrome_extension.php
URL de la Page de Politique de Confidentialité https://www.voipfone.co.uk/your-data.php
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voipfone Browser Calls",
    "homepage_url": "https:\/\/www.voipfone.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/api.voipfone.co.uk\/v1\/",
        "https:\/\/controlpanel.voipfone.co.uk\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "linkify.js"
            ]
        }
    ],
    "description": "Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service.",
    "version": "6.0.1"
}