ZuluCall

ZuluCall is a WebRTC client.

ZuluCallคืออะไร?

ZuluCall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zulucare_llc และคุณลักษณะหลักของมันคือ "ZuluCall is a WebRTC client."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZuluCall

ดาวน์โหลดไฟล์ส่วนขยาย ZuluCall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ZuluCall works using WebRTC & SIP protocol. It makes communication easy and cost-effective.

Key features of ZuluCall are:

-> Audio Calls
-> Video Calls
-> Conferencing
-> Call Hold
-> Call Transfer
-> Call Park
-> Mute/ Unmute
-> Call History
-> Phonebook
-> Extension Settings
-> Voicemail Play & Download
-> Fax Record
-> Instant Messaging (Chat,SMS)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZuluCall ZuluCall
ID fnhjlomhnaljipcapmejeilemfedoeaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zulucall/fnhjlomhnaljipcapmejeilemfedoeaj
คำอธิบาย ZuluCall is a WebRTC client.
ขนาดไฟล์ 4.27 MB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 4.0.1
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2020-06-05
ผู้พัฒนา zulucare_llc
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://uc.zulucall.com/index.php/policy/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZuluCall",
    "manifest_version": 3,
    "version": "4.0.1",
    "author": "HoduSoft Pvt. Ltd. ([email protected])",
    "description": "ZuluCall is a WebRTC client.",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/ext_icons\/icon_19.png",
            "38": "img\/ext_icons\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ZuluCall"
    },
    "icons": {
        "16": "img\/ext_icons\/icon_16.png",
        "48": "img\/ext_icons\/icon_48.png",
        "128": "img\/ext_icons\/icon_128.png"
    },
    "options_page": "popup.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/hodupbx.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ]
}