CloudCall Unified Communications for CRM

Make, record, categorize and replay calls directly in Google Chrome

CloudCall Unified Communications for CRMคืออะไร?

CloudCall Unified Communications for CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cloudcall.com และคุณลักษณะหลักของมันคือ "Make, record, categorize and replay calls directly in Google Chrome"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudCall Unified Communications for CRM

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

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

                        NEW TO CLOUDCALL:

Sleek, New, Unified Interface

Provides a single point of access that allows you to call, text and send instant messages, streamlining your user experience.

CloudCall: Bringing Together IM and SMS with your CRM

Send SMS and instant messages and capture these conversations in the CRM contact record.

CloudCall brings together the many voices of your company’s communications by integrating Instant Messaging, SMS and Voice into a single interface. We are proud to have helped hundreds of businesses maximize their experience and CRM capabilities.

Be more efficient with single click-to-dial from your CRM or expand your reach by expediting outbound calling activities with the power dialer

* Capture all interactions by sending text messages within your CRM and easily search by keywords. Ensures that records are complete and that project handoffs are seamless.

* Drive instant collaboration with instant messages to colleagues or teams. Toggle with one click to begin saving pertinent details to candidate, job and contact records.

* Capture best practices by monitoring or joining calls in real-time to provide guidance. Share recordings of successful calls and best practices, for more effective onboarding, training, and employee retention.

* Personalize the caller’s experience with inbound screen notifications, which open the caller’s record so that you’re aware of the caller and their experience with your business.

* Easily capture all interactions. With each conversation, details are automatically saved in your CRM. Access call recordings and messages directly from the contact's record.

* Access valuable business insights by creating and analyzing real-time reports and dashboards around team’s activities.                    

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

ชื่อ CloudCall Unified Communications for CRM CloudCall Unified Communications for CRM
ID jfeiiafdlajdfijkagdncomkjjpadogg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloudcall-unified-communi/jfeiiafdlajdfijkagdncomkjjpadogg
คำอธิบาย Make, record, categorize and replay calls directly in Google Chrome
ขนาดไฟล์ 19.97 MB
จำนวนการติดตั้ง 33,004
เวอร์ชันปัจจุบัน 1.39.38
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2020-07-02
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.cloudcall.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cloudcall.com
URL หน้าช่วยเหลือ https://www.cloudcall.com
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudcall.com/privacypolicy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloudCall Unified Communications for CRM",
    "short_name": "CloudCall",
    "version": "1.39.38",
    "version_name": "1.39.38",
    "description": "Make, record, categorize and replay calls directly in Google Chrome",
    "browser_action": {
        "default_icon": ".\/img\/default_icon.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/content\/handlePortalLogin.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.cloudcall.com\/login"
            ],
            "include_globs": [
                "*#autoLoginChrome"
            ]
        }
    ],
    "icons": {
        "16": "img\/default_icon_16.png",
        "48": "img\/default_icon_48.png",
        "96": "img\/default_icon_96.png",
        "128": "img\/default_icon_128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.bullhornstaffing.com\/*",
        "*:\/\/*.zoho.com\/*",
        "*:\/\/*.zoho.eu\/*",
        "*:\/\/*.vincere.io\/*",
        "*:\/\/*.tracker-rms.com\/*",
        "*:\/\/app.unleash-hosted.com\/*",
        "notifications",
        "background",
        "contextMenus",
        "storage",
        "webNavigation"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/bam.eu01.nr-data.net https:\/\/js-agent.newrelic.com https:\/\/bam.nr-data.net https:\/\/cdn.segment.com https:\/\/contentdn.staging.cloudcall.com https:\/\/contentdn.cloudcall.com\/ https:\/\/cdn.wootric.com\/wootric-sdk.js; object-src 'self'",
    "web_accessible_resources": [
        "img\/logo.svg",
        "popup\/index.html"
    ]
}