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
Eメール [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"
    ]
}