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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |