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
公式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
Eメール [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"
    ]
}