Voicespin

Agent Panel

What is Voicespin?

Voicespin is a Chrome extension developed by Voicespin, and its main feature is "Agent Panel".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Voicespin Extension CRX File

Download Voicespin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Voicespin Voicespin
ID amigkngadiegjleemmdgpfoigjllangi
Official URL https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi
Description Agent Panel
File Size 2.18 MB
Installation Count 97
Current Version 1.0
Last Updated 2023-06-18
Publish Date 2023-06-18
Rating 4.50/5 Total 2 Ratings
Developer Voicespin
Email [email protected]
Payment Type free
Extension Website https://www.voicespin.com/
Supported Languages 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"
    ]
}