4Voice Communicator Click2Dial

Makes phone numbers callable through 4Voice Communicator.

Apa itu 4Voice Communicator Click2Dial?

4Voice Communicator Click2Dial adalah ekstensi Chrome yang dikembangkan oleh Zoiper, dan fitur utamanya adalah "Makes phone numbers callable through 4Voice Communicator.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 4Voice Communicator Click2Dial

Unduh file ekstensi 4Voice Communicator Click2Dial dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama 4Voice Communicator Click2Dial 4Voice Communicator Click2Dial
ID igliohalbdflnmdfkehnpfpkjhgfpfki
URL Resmi https://chromewebstore.google.com/detail/4voice-communicator-click/igliohalbdflnmdfkehnpfpkjhgfpfki
Deskripsi Makes phone numbers callable through 4Voice Communicator.
Ukuran File 262 KB
Jumlah Instalasi 65
Versi Saat Ini 1.43
Terakhir Diperbarui 2018-05-14
Tanggal Publikasi 2018-05-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Zoiper
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.4voice.net/
URL Halaman Bantuan https://www.4voice.net/support
URL Halaman Kebijakan Privasi https://www.zoiper.com/en/zoiper-privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}