Voicespin

Agent Panel

Voicespin là gì?

Voicespin là một tiện ích mở rộng Chrome được phát triển bởi Voicespin, và tính năng chính của nó là "Agent Panel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voicespin

Tải xuống các tệp mở rộng Voicespin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voicespin Voicespin
ID amigkngadiegjleemmdgpfoigjllangi
URL Chính Thức https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi
Mô tả Agent Panel
Kích Thước Tệp 2.18 MB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-18
Ngày Phát Hành 2023-06-18
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Voicespin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.voicespin.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}