Bizfly Callcenter 2

Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol

什么是Bizfly Callcenter 2?

Bizfly Callcenter 2是由dev-callcenter开发的Chrome扩展程序,该扩展的主要功能是“Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol”。

扩展截图

screenshot

下载Bizfly Callcenter 2扩展crx文件

下载Bizfly Callcenter 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Đàm thoại với khách hàng trở nên dễ dàng hơn với BizFly Callcenter .                    

扩展基本信息

名称 Bizfly Callcenter 2 Bizfly Callcenter 2
ID cdippgmkkkedidbhenkheoiiagobmpao
官方URL https://chromewebstore.google.com/detail/bizfly-callcenter-2/cdippgmkkkedidbhenkheoiiagobmpao
简介 Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol
文件大小 273 KB
安装次数 392
当前版本 2.0.0
更新时间 2023-09-04
上架时间 2021-05-25
评分 5.00/5 共1次评分
开发者 dev-callcenter
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bizflycloud.vn/call-center/
帮助页面URL https://bizflycloud.vn/call-center/
支持的语言 en
manifest.json
{
    "manifest_version": 2,
    "name": "Bizfly Callcenter 2",
    "short_name": "Bizfly Callcenter 2",
    "description": "Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "options_page": "auth\/auth.html",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Bizfly Callcenter"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "background\/css\/bizflycloud-call.css"
            ],
            "js": [
                "background\/js\/click-to-call.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/browser.sentry-cdn.com; object-src 'self'",
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "https:\/\/*.bizflycloud.vn\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}