Voicespin

Agent Panel

什麼是Voicespin?

Voicespin是由Voicespin開發的Chrome擴展程式,該擴展的主要功能是“Agent Panel”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Voicespin擴展crx文件

下載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
官方網址 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"
    ]
}