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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.voipfone.co.uk และคุณลักษณะหลักของมันคือ "Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voipfone Browser Calls

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}