ZuluCall

ZuluCall is a WebRTC client.

什麼是ZuluCall?

ZuluCall是由zulucare_llc開發的Chrome擴展程式,該擴展的主要功能是“ZuluCall is a WebRTC client.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ZuluCall擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}