Bizfly Callcenter 2

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

Qu'est-ce que Bizfly Callcenter 2 ?

Bizfly Callcenter 2 est une extension Chrome développée par dev-callcenter, et sa fonction principale est "Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bizfly Callcenter 2

Téléchargez les fichiers d'extension Bizfly Callcenter 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bizfly Callcenter 2 Bizfly Callcenter 2
ID cdippgmkkkedidbhenkheoiiagobmpao
URL Officiel https://chromewebstore.google.com/detail/bizfly-callcenter-2/cdippgmkkkedidbhenkheoiiagobmpao
Description Bizfly Callcenter is an WebRTC client which works using WebRTC & SIP protocol
Taille du Fichier 273 KB
Nombre d'Installations 392
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-09-04
Date de Publication 2021-05-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur dev-callcenter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bizflycloud.vn/call-center/
URL de la Page d'Aide https://bizflycloud.vn/call-center/
Langues Prises en Charge 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"
    ]
}