Voicespin

Agent Panel

Voicespin क्या है?

Voicespin Voicespin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Agent Panel"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voicespin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Voicespin Voicespin
ID amigkngadiegjleemmdgpfoigjllangi
आधिकारिक URL https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi
विवरण Agent Panel
फ़ाइल का आकार 2.18 MB
स्थापना संख्या 97
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-06-18
प्रकाशन तिथि 2023-06-18
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Voicespin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.voicespin.com/
समर्थित भाषाएँ 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"
    ]
}