Voicespin

Agent Panel

Cos'è Voicespin?

Voicespin è un'estensione di Chrome sviluppata da Voicespin, e la sua funzione principale è "Agent Panel".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Voicespin

Scarica i file di estensione Voicespin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The VoiceSpin Chrome extension is part of VoiceSpin’s omnichannel communication platform for contact centers.

The extension is seamlessly integrated with the VoiceSpin’s Agent Panel and allows you to receive inbound calls regardless of which browser tab you are on and make outbound calls directly from your browser by leveraging click-to-call.

To use the extension, you need to be a user of the VoiceSpin contact center and configure the extension according to the provided instructions.                    

Informazioni di Base sull'Estensione

Nome Voicespin Voicespin
ID amigkngadiegjleemmdgpfoigjllangi
URL Ufficiale https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi
Descrizione Agent Panel
Dimensione del File 2.18 MB
Conteggio Installazioni 97
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-18
Data di Pubblicazione 2023-06-18
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Voicespin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.voicespin.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voicespin",
    "description": "Agent Panel",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "24": "assets\/images\/phone-24.png"
        },
        "default_title": "Voicespin",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "icons": {
                "16": "assets\/images\/phone-round.png"
            }
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/phone-round.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}