Vonage® Integration Suite

Cloud phone system integration with top business applications. Done better.

Vonage® Integration Suiteคืออะไร?

Vonage® Integration Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vonage Integration Suite และคุณลักษณะหลักของมันคือ "Cloud phone system integration with top business applications. Done better."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vonage® Integration Suite

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

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

                        A cutting-edge phone system integrations platform that seamlessly connects to the key business productivity tools you depend on while helping you better manage your communications data.

The Vonage® Integration Suite, powered by gUnify, platform reimagines the way business communications are initiated and captured for better productivity, reporting, and business intelligence.This integration can be extended to seamlessly bring together both voice and data into your key sales, customer service and business productivity applications, including Salesforce and Bullhorn.

Features Include:

- Improved Contact Management: Easily manage contacts and call history. .

- Enhanced Call Control and Noting Features: Place calls on hold, transfer calls, send to voicemail and add call notes in real time.

- Customizable integration tools: Click-to-dial for easier calls and Web Launcher to quickly connect to your favorite business application.

- Improved Call Metrics and Reporting capabilities: Richly designed graphical interface to review call volume data, call history and overall usage.

- Robust in-app help and support capabilities: Quick access to context sensitive help content and award-winning technical support.

- Better Integration experience: single easy to use interface for your key business applications.                    

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

ชื่อ Vonage® Integration Suite Vonage® Integration Suite
ID ldionhpnclplifljglbnheejfmfhpaag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vonage%C2%AE-integration-suite/ldionhpnclplifljglbnheejfmfhpaag
คำอธิบาย Cloud phone system integration with top business applications. Done better.
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 35,435
เวอร์ชันปัจจุบัน 2024.126.1012.1
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-06-27
คะแนน 2.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Vonage Integration Suite
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vonage.com/business/what-we-do/unified-communications/crm-integrations
URL หน้าช่วยเหลือ https://businesssupport.vonage.com/articles/Answer/Vonage-Integration-Suite
URL หน้านโยบายความเป็นส่วนตัว https://www.vonage.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vonage\u00ae Integration Suite",
    "short_name": "Vonage",
    "description": "__MSG_description__",
    "version": "2024.126.1012.1",
    "homepage_url": "https:\/\/enterprise.vonage.com\/what-we-do\/crm-integrations",
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "sc_content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.salesforce.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "http:\/\/*.cloudforce.com\/*",
                "https:\/\/*.cloudforce.com\/*",
                "http:\/\/*.force.com\/*",
                "https:\/\/*.force.com\/*"
            ],
            "js": [
                "sc_content_salesforce.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "sc_content_google.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.sugarcrm.com\/*",
                "https:\/\/*.sugarcrm.com\/*",
                "http:\/\/*.sugarondemand.com\/*",
                "https:\/\/*.sugarondemand.com\/*",
                "http:\/\/sugar.upcurvecloud.com\/*",
                "https:\/\/sugar.upcurvecloud.com\/*",
                "http:\/\/*.sugar.upcurvecloud.com\/*",
                "https:\/\/*.sugar.upcurvecloud.com\/*"
            ],
            "js": [
                "sc_content_sugarcrm.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.contact-world.net\/*",
                "https:\/\/*.nvminternal.net\/*"
            ],
            "js": [
                "sc_content_nvm.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.crm.dynamics.com\/*"
            ],
            "js": [
                "sc_content_dynamics.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "sc_content_linkedin.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/localhost:4200\/*",
                "https:\/\/apps.gunify-dev.vonage.com\/*",
                "https:\/\/apps.gunify-dev.vocal-dev.com\/*",
                "https:\/\/apps.gunify-qa.vonage.com\/*",
                "https:\/\/apps.gunify-qa.vocal-qa.com\/*",
                "https:\/\/apps.gunify-qa7.vonage.com\/*",
                "https:\/\/apps.gunify-qa7.vocal-qa.com\/*",
                "https:\/\/apps.gunify-staging.vonage.com\/*",
                "https:\/\/apps.gunify-staging.vocal-qa.com\/*",
                "https:\/\/apps.gunify.vonage.com\/*",
                "https:\/\/extensions.gunify-dev.vonage.com\/*",
                "https:\/\/extensions.gunify-dev.vocal-dev.com\/*",
                "https:\/\/extensions.gunify-qa.vonage.com\/*",
                "https:\/\/extensions.gunify-qa.vocal-qa.com\/*",
                "https:\/\/extensions.gunify-qa7.vonage.com\/*",
                "https:\/\/extensions.gunify-qa7.vocal-qa.com\/*",
                "https:\/\/extensions.gunify-staging.vonage.com\/*",
                "https:\/\/extensions.gunify-staging.vocal-qa.com\/*",
                "https:\/\/extensions.gunify.vonage.com\/*",
                "https:\/\/integrate.vonage.com\/*"
            ],
            "js": [
                "sc_msg_bridge.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_default_title__",
        "default_icon": {
            "24": "images\/24.png",
            "32": "images\/32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "sc_background_sw.js"
    },
    "icons": {
        "19": "images\/32.png",
        "20": "images\/48.png",
        "38": "images\/64.png",
        "48": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "background",
        "contextMenus",
        "storage",
        "tabs",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/extensions.gunify.vonage.com\/*"
    ],
    "omnibox": {
        "keyword": "-v"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "options_ui.html"
    }
}