Contivio.com

Contivio.com’s cloud contact center software deploys as a toolbar in your browser. It extends your CRM solution and empowers your…

Contivio.comคืออะไร?

Contivio.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.contivio.com และคุณลักษณะหลักของมันคือ "Contivio.com’s cloud contact center software deploys as a toolbar in your browser. It extends your CRM solution and empowers your…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contivio.com

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

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

                        Contivio.com’s cloud contact center software deploys as a toolbar in your browser.  It extends your CRM solution and empowers your Sales, Marketing, Finance, Support, and Services teams.
 
Extensive…built from the ground up to support all your telephony needs from PBX, IVR and ACD Contivio.com has emerged as a world class, blended contact center supporting voice, voicemail, fax, SMS, chat, email, and social.  Our feature footprint is unrivaled as no one includes and offers more features and functionality at better value.
 
Flexible…any VoIP, any platform, any CRM, and device, anywhere.  Pick the most reliable, lowest cost VoIP provider of your choice.  Run Contivio.com on a Mac or PC using Chrome or IE.  Screen pop and integrate with MS CRM, NetSuite, Salesforce, SugarCRM, or Zendesk.  Click-to-dial wearing a headset or use your connected IP phone from the office or out of your home.
 
Intuitive…with our simple-to-use, browser-based toolbar, users quickly adapt to using Contivio.com to manage all inbound & outbound communications without ever having to navigate away from their CRM.
 
Reliable…designed and developed by seasoned telecommunication and IT experts, our 99.995% uptime along with our global redundant cloud-infrastructure provides the ease of mind for you to scale and grow your business. 
 
Affordable…Contivio.com contact center software gives you the functionality of million dollar systems at SME pricing.  There’s no hidden costs or per minute fees, just simple all-in-one pricing.  You get everything and pay only for the number of concurrent users.                    

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

ชื่อ Contivio.com Contivio.com
ID cllddeadkmgcppmjgibnnfaimcjjljoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contiviocom/cllddeadkmgcppmjgibnnfaimcjjljoo
คำอธิบาย Contivio.com’s cloud contact center software deploys as a toolbar in your browser. It extends your CRM solution and empowers your…
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 4,267
เวอร์ชันปัจจุบัน 1.7.2
อัปเดตครั้งล่าสุด 2022-10-20
วันที่เผยแพร่ 2017-10-29
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.contivio.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://www.contivio.com
URL หน้าช่วยเหลือ http://www.contivio.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.contivio.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contivio.com",
    "author": "Contivio.com",
    "version": "1.7.2",
    "icons": {
        "24": "images\/contivio_24x24.png",
        "32": "images\/contivio_32x32.png",
        "64": "images\/contivio_64x64.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "system.display",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "images\/browser_action_off.png",
        "default_title": "Contivio",
        "default_popup": "options.html"
    },
    "short_name": "Contivio.com",
    "background": {
        "service_worker": "main_background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "comms_content.js",
                "toolbar_content.js",
                "dialer_content.js",
                "webrobot_content.js",
                "webrobot_util.js"
            ],
            "run_at": "document_end"
        }
    ]
}