4Voice Communicator Click2Dial

Makes phone numbers callable through 4Voice Communicator.

4Voice Communicator Click2Dialคืออะไร?

4Voice Communicator Click2Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zoiper และคุณลักษณะหลักของมันคือ "Makes phone numbers callable through 4Voice Communicator."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4Voice Communicator Click2Dial

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}