Voicespin

Agent Panel

O que é Voicespin?

Voicespin é uma extensão do Chrome desenvolvida por Voicespin, e sua principal característica é "Agent Panel".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Voicespin

Baixe arquivos de extensão Voicespin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Voicespin Voicespin
ID amigkngadiegjleemmdgpfoigjllangi
URL Oficial https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi
Descrição Agent Panel
Tamanho do Arquivo 2.18 MB
Contagem de Instalações 97
Versão Atual 1.0
Última Atualização 2023-06-18
Data de Publicação 2023-06-18
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Voicespin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.voicespin.com/
Idiomas Suportados 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"
    ]
}