Voicespin

Agent Panel

ما هو Voicespin؟

Voicespin هو إضافة Chrome تم تطويرها بواسطة Voicespin، والميزة الرئيسية لها هي "Agent Panel".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Voicespin

قم بتنزيل ملفات الامتداد Voicespin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}