VoIPXS

Recognise phone numbers and place a call button next to them

什么是VoIPXS?

VoIPXS是由Speak Freely开发的Chrome扩展程序,该扩展的主要功能是“Recognise phone numbers and place a call button next to them”。

扩展截图

screenshot

下载VoIPXS扩展crx文件

下载VoIPXS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Dial phone numbers from within your Chrome browser with a single click of the mouse? The VoIPXS Chrome extension automatically recognizes phone numbers on the web pages you visit, and places a handy call button next to them.

The plugin works in conjunction with your account on the client portal of your VoIP supplier. After installing the plugin, you'll notice a VoIPXS-button in the top bar of your browser. Click on it to finish setting up the application. If you're not logged into your client portal yet you will be asked to do so. After logging in you'll be asked to grant permission to the app, and will be able to choose which account you want the plugin to use for your calls. You can choose between both your phone and free-seating accounts.

The plugin will detect phone numbers on the websites you visit, and will put a handy call button next to them. If you click on this button, your phone will ring, and you will be connected to the number you've dialed. Or use the popup window to dial any number from within your browser. Easy and quick!                    

扩展基本信息

名称 VoIPXS VoIPXS
ID jifbdhechcgmolnlakiamplmjnmfogea
官方URL https://chromewebstore.google.com/detail/voipxs/jifbdhechcgmolnlakiamplmjnmfogea
简介 Recognise phone numbers and place a call button next to them
文件大小 632 KB
安装次数 186
当前版本 3.1.1
更新时间 2021-09-16
上架时间 2019-03-08
评分 5.00/5 共1次评分
开发者 Speak Freely
电子邮箱 [email protected]
付费类型 free
扩展官网 https://voipxs.nl/
隐私政策页面URL http://voipxs.nl/privacy
支持的语言 de,en,nl,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoIPXS",
    "description": "__MSG_app_description__",
    "version": "3.1.1",
    "minimum_chrome_version": "41",
    "default_locale": "nl",
    "author": "Speak Freely",
    "homepage_url": "https:\/\/voipxs.nl\/",
    "browser_action": {
        "default_icon": {
            "128": "img\/icon-offline.png"
        },
        "default_popup": "popup.html",
        "default_title": "VoIPXS"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/parser.css"
            ],
            "js": [
                "js\/jQuery.js",
                "js\/libphonenumber.js",
                "js\/parser.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/kernel.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon-online.png"
    }
}