Voicespin

Agent Panel

Voicespin란 무엇입니까?

Voicespin은(는) Voicespin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Agent Panel"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Voicespin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}