Bizfly Callcenter 2

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

Wat is Bizfly Callcenter 2?

Bizfly Callcenter 2 is een Chrome-extensie ontwikkeld door dev-callcenter, en de belangrijkste functie is "Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bizfly Callcenter 2

Download Bizfly Callcenter 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bizfly Callcenter 2 Bizfly Callcenter 2
ID cdippgmkkkedidbhenkheoiiagobmpao
Officiële URL https://chromewebstore.google.com/detail/bizfly-callcenter-2/cdippgmkkkedidbhenkheoiiagobmpao
Beschrijving Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol
Bestandsgrootte 273 KB
Aantal Installaties 392
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-09-04
Publicatiedatum 2021-05-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dev-callcenter
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bizflycloud.vn/call-center/
Help Pagina-URL https://bizflycloud.vn/call-center/
Ondersteunde Talen 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"
    ]
}