Voiso Contact Center

Enables click-to-call capabilities in any web-based application

Voiso Contact Centerคืออะไร?

Voiso Contact Center เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voiso Inc. และคุณลักษณะหลักของมันคือ "Enables click-to-call capabilities in any web-based application"

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

screenshot
screenshot

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

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

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

                        Introducing the Voiso Chrome extension - connect with your contacts with just a simple click. 

Feature overview:
- Click your way to conversations: click-2-call is compatible with any browser-based app, making dialing a breeze.
- Streamline multitasking: the extension effortlessly locates the Voiso WebRTC softphone (Agent Panel) among your many tabs. Say goodbye to tab overload!
- Personalise your experience: Choose whether phone numbers should be highlighted or not, adapting the extension to your preferences.
- Seamless experience: When you click on a highlighted number, the Voiso WebRTC softphone takes center stage, giving you the control you require.

To use the extension, all you need is an active Voiso account. Visit voiso.com to learn more.

Discover Voiso:
Voiso is an AI-first contact center as a service (CCaaS) platform available worldwide. Unlock the power of omnichannel capabilities, AI-driven speech analytics, visual flow builders, and seamless integration with the leading CRM and helpdesk solutions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voiso Contact Center Voiso Contact Center
ID nfbfbimallihdifpcnddcijefianogcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voiso-contact-center/nfbfbimallihdifpcnddcijefianogcm
คำอธิบาย Enables click-to-call capabilities in any web-based application
ขนาดไฟล์ 63.99 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2023-08-09
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Voiso Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://voiso.com/
URL หน้านโยบายความเป็นส่วนตัว https://voiso.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.voiso.com\/stats"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "dispatch-script.js"
            ],
            "matches": [
                "https:\/\/*.voiso.com\/stats"
            ]
        }
    ],
    "background": {
        "service_worker": "background-script.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/call-icon.svg",
                "content-script.css",
                "shadow-root.css",
                "voiso-fonts.css",
                "\/fonts\/GraphikLC-Regular.ttf",
                "popup-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": ".\/icons\/icon-16.png",
        "default_popup": ".\/login-popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    }
}