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
官方網址 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\/*"
    ]
}