Voipfone Browser Calls

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

什麼是Voipfone Browser Calls?

Voipfone Browser Calls是由https://www.voipfone.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service.”。

擴展截圖

screenshot

下載Voipfone Browser Calls擴展crx文件

下載Voipfone Browser Calls擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Voipfone Browser Calls Voipfone Browser Calls
ID bpgcpopdoackjefpnpcibiekchjgccgp
官方網址 https://chromewebstore.google.com/detail/voipfone-browser-calls/bpgcpopdoackjefpnpcibiekchjgccgp
簡介 Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service.
檔案大小 142 KB
安裝次數 525
目前版本 6.0.1
更新時間 2022-07-01
上架時間 2019-08-13
評分 5.00/5 共 2 次評分
開發者 https://www.voipfone.co.uk
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.voipfone.co.uk/plugin_browser.php
說明頁面URL http://www.voipfone.co.uk/support_how_to_use_the_chrome_extension.php
隱私政策頁面URL https://www.voipfone.co.uk/your-data.php
支援的語言 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"
}