Sangoma Connector

Sangoma CRM integration for BV/BV+

Sangoma Connectorคืออะไร?

Sangoma Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sangoma-cloud-apps และคุณลักษณะหลักของมันคือ "Sangoma CRM integration for BV/BV+"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sangoma Connector

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

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

                        The Sangoma Connector extension enables you to integrate your Sangoma Business Voice UCaaS phone system with your CRM platforms and web applications, to support click-to-call, inbound screen pops, and call detail tracking features.

Call Logging: capture inbound and outbound calls in supported CRMs based on a matching phone number in the record.  Available for Salesforce, Hubspot, Pipedrive, Zoho, and Redtail.

Screen Pops: Connector will initiate a search in the target CRM or website of the inbound calling number. This feature is supported in over 80 CRMs and websites.

Click to call: By clicking on a number on a website, an inbound call will be initiated to your extension and then connected to the dialed number.

In order to use Connector, use your standard Business Voice credentials (username and password) for Single-Sign-on convenience.

Please note your user profile must be licensed for Connector.  Unlicensed extensions will not be able to log-in and will get a message that the user is not entitled.

If you need help enabling your user profile to use the Connector extension, please contact your IT Administrator, Sangoma Partner, or Sangoma sales or customer support representative.                    

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

ชื่อ Sangoma Connector Sangoma Connector
ID cpfolmeaidlhldeohalncdggppdnccio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sangoma-connector/cpfolmeaidlhldeohalncdggppdnccio
คำอธิบาย Sangoma CRM integration for BV/BV+
ขนาดไฟล์ 572 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 0.17.21
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2023-01-04
ผู้พัฒนา sangoma-cloud-apps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sangoma.com/
URL หน้าช่วยเหลือ https://www.sangoma.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.sangoma.com/privacy-policy
ภาษาที่รองรับ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sangoma Connector",
    "description": "Sangoma CRM integration for BV\/BV+",
    "short_name": "Sangoma Connector",
    "version": "0.17.21",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "identity",
        "management",
        "notifications",
        "contextMenus",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/sangoma-connector-icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/sangoma-connector-icon.png",
        "48": "images\/sangoma-connector-icon.png"
    }
}