Voicespin

Agent Panel

Apa itu Voicespin?

Voicespin adalah ekstensi Chrome yang dikembangkan oleh Voicespin, dan fitur utamanya adalah "Agent Panel".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Voicespin

Unduh file ekstensi Voicespin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Voicespin Voicespin
ID amigkngadiegjleemmdgpfoigjllangi
URL Resmi https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi
Deskripsi Agent Panel
Ukuran File 2.18 MB
Jumlah Instalasi 97
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-18
Tanggal Publikasi 2023-06-18
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Voicespin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.voicespin.com/
Bahasa yang Didukung 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"
    ]
}