4Voice Communicator Click2Dial

Makes phone numbers callable through 4Voice Communicator.

什么是4Voice Communicator Click2Dial?

4Voice Communicator Click2Dial是由Zoiper开发的Chrome扩展程序,该扩展的主要功能是“Makes phone numbers callable through 4Voice Communicator.”。

扩展截图

screenshot

下载4Voice Communicator Click2Dial扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 4Voice Communicator Click2Dial 4Voice Communicator Click2Dial
ID igliohalbdflnmdfkehnpfpkjhgfpfki
官方URL https://chromewebstore.google.com/detail/4voice-communicator-click/igliohalbdflnmdfkehnpfpkjhgfpfki
简介 Makes phone numbers callable through 4Voice Communicator.
文件大小 262 KB
安装次数 65
当前版本 1.43
更新时间 2018-05-14
上架时间 2018-05-14
评分 5.00/5 共1次评分
开发者 Zoiper
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.4voice.net/
帮助页面URL https://www.4voice.net/support
隐私政策页面URL https://www.zoiper.com/en/zoiper-privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4Voice Communicator Click2Dial",
    "author": "Zoiper",
    "short_name": "Click2Dial",
    "version": "1.43",
    "manifest_version": 2,
    "description": "Makes phone numbers callable through 4Voice Communicator.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "googleglue.js",
                "vendor\/libphonenumber\/phonemetadata.pb.js",
                "vendor\/libphonenumber\/phonenumberutil.js",
                "vendor\/libphonenumber\/phonenumber.pb.js",
                "vendor\/libphonenumber\/metadata.js",
                "vendor\/browser-polyfill.min.js",
                "utils.js",
                "click2dial.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}