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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts telephone numbers into links that can be clicked to place a call using the Voipfone callback service."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voipfone Browser Calls एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |