Bizfly Callcenter 2

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

What is Bizfly Callcenter 2?

Bizfly Callcenter 2 is a Chrome extension developed by dev-callcenter, and its main feature is "Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol".

Extension Screenshots

screenshot

Download Bizfly Callcenter 2 Extension CRX File

Download Bizfly Callcenter 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bizfly Callcenter 2 Bizfly Callcenter 2
ID cdippgmkkkedidbhenkheoiiagobmpao
Official URL https://chromewebstore.google.com/detail/bizfly-callcenter-2/cdippgmkkkedidbhenkheoiiagobmpao
Description Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol
File Size 273 KB
Installation Count 392
Current Version 2.0.0
Last Updated 2023-09-04
Publish Date 2021-05-25
Rating 5.00/5 Total 1 Ratings
Developer dev-callcenter
Email [email protected]
Payment Type free
Extension Website https://bizflycloud.vn/call-center/
Help Page URL https://bizflycloud.vn/call-center/
Supported Languages 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"
    ]
}