Voicespin

Agent Panel

Voicespinคืออะไร?

Voicespin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voicespin และคุณลักษณะหลักของมันคือ "Agent Panel"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voicespin

ดาวน์โหลดไฟล์ส่วนขยาย Voicespin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}