Bizfly Callcenter 2

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

Was ist Bizfly Callcenter 2?

Bizfly Callcenter 2 ist eine Chrome-Erweiterung, die von dev-callcenter entwickelt wurde, und ihr Hauptmerkmal ist "Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol".

Erweiterungsscreenshots

screenshot

Bizfly Callcenter 2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bizfly Callcenter 2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bizfly Callcenter 2 Bizfly Callcenter 2
ID cdippgmkkkedidbhenkheoiiagobmpao
Offizielle URL https://chromewebstore.google.com/detail/bizfly-callcenter-2/cdippgmkkkedidbhenkheoiiagobmpao
Beschreibung Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol
Dateigröße 273 KB
Installationsanzahl 392
Aktuelle Version 2.0.0
Letztes Update 2023-09-04
Veröffentlichungsdatum 2021-05-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dev-callcenter
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bizflycloud.vn/call-center/
Hilfeseite URL https://bizflycloud.vn/call-center/
Unterstützte Sprachen 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"
    ]
}