4Voice Communicator Click2Dial

Makes phone numbers callable through 4Voice Communicator.

What is 4Voice Communicator Click2Dial?

4Voice Communicator Click2Dial is a Chrome extension developed by Zoiper, and its main feature is "Makes phone numbers callable through 4Voice Communicator.".

Extension Screenshots

screenshot

Download 4Voice Communicator Click2Dial Extension CRX File

Download 4Voice Communicator Click2Dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name 4Voice Communicator Click2Dial 4Voice Communicator Click2Dial
ID igliohalbdflnmdfkehnpfpkjhgfpfki
Official URL https://chromewebstore.google.com/detail/4voice-communicator-click/igliohalbdflnmdfkehnpfpkjhgfpfki
Description Makes phone numbers callable through 4Voice Communicator.
File Size 262 KB
Installation Count 65
Current Version 1.43
Last Updated 2018-05-14
Publish Date 2018-05-14
Rating 5.00/5 Total 1 Ratings
Developer Zoiper
Email [email protected]
Payment Type free
Extension Website https://www.4voice.net/
Help Page URL https://www.4voice.net/support
Privacy Policy Page URL https://www.zoiper.com/en/zoiper-privacy-policy
Supported Languages 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\/*"
    ]
}