CallCloud - Outreach & Salesloft Power Dialer

Boost your productivity and dial hands-free in Salesloft and Outreach.

What is CallCloud - Outreach & Salesloft Power Dialer?

CallCloud - Outreach & Salesloft Power Dialer is a Chrome extension developed by CallCloud, and its main feature is "Boost your productivity and dial hands-free in Salesloft and Outreach.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CallCloud - Outreach & Salesloft Power Dialer Extension CRX File

Download CallCloud - Outreach & Salesloft Power Dialer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CallCloud is an auto dialer for Salesloft and Outreach. CallCloud automates the process of making dials, filters out bad numbers, skips voicemails, logs calls, and moves between prospects at lightning speed to make more dials, faster.

Save yourself the hassle of going through call lists manually & stop dealing with the constant need to stay on or go back to the tab you were dialing from to log a call and make another dial.

CallCloud is both a Salesloft Power Dialer & Outreach Power Dialer. The extension automatically sets itself up for your platform, no integration needed.                    

Extension Basic Information

Name CallCloud - Outreach & Salesloft Power Dialer CallCloud - Outreach & Salesloft Power Dialer
ID lfledconhmbdgchgmfmfpolkjmjdnjge
Official URL https://chromewebstore.google.com/detail/callcloud-outreach-salesl/lfledconhmbdgchgmfmfpolkjmjdnjge
Description Boost your productivity and dial hands-free in Salesloft and Outreach.
File Size 910 KB
Installation Count 244
Current Version 0.3.7.7
Last Updated 2024-03-01
Publish Date 2023-04-08
Rating 5.00/5 Total 7 Ratings
Developer CallCloud
Email [email protected]
Payment Type free
Extension Website https://callcloud.app
Privacy Policy Page URL https://app.termly.io/document/privacy-policy/aea6378b-cefa-4b1c-a329-da7ac5a2fdff
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CallCloud - Outreach & Salesloft Power Dialer",
    "description": "Boost your productivity and dial hands-free in Salesloft and Outreach.",
    "version": "0.3.7.7",
    "author": "CallCloud",
    "icons": {
        "128": "assets\/images\/png\/callcloud-icon-default.png"
    },
    "action": [],
    "background": {
        "service_worker": "background\/main.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "libraries\/js\/jquery-3.3.1.js",
                "libraries\/js\/jquery-ui.min.js",
                "libraries\/js\/bindly.js",
                "libraries\/js\/notify.js",
                "libraries\/js\/string-similarity.js",
                "libraries\/js\/block-ui.js",
                "libraries\/js\/toastr.js",
                "general\/helpers.js",
                "general\/countdown-timer.js",
                "general\/persist-background.js"
            ],
            "css": [
                "global-injection\/global-injection.css",
                "general\/loaders\/css\/loaders.css",
                "assets\/css\/countdown-timer.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "libraries\/js\/sweetalert.js",
                "libraries\/js\/popper.js",
                "libraries\/js\/tippy.js",
                "global-dialer\/global-dialer.js",
                "global-injection\/global-injection.js",
                "global-injection\/inject-css.js",
                "global-injection\/on-storage-change.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "js": [
                "logrocket\/logrocket-content.js",
                "sessions\/outreach.js",
                "dialer\/global-dialer-commands.js",
                "dialer\/auto-dialer-messages.js",
                "dialer\/auto-dialer.js",
                "dialer\/call-state.js",
                "dialer\/lwyd.js",
                "dialer\/outreach\/bridge\/terabithia.js",
                "dialer\/outreach\/call-states.js",
                "dialer\/outreach\/api-call-tracking.js",
                "dialer\/outreach\/task-and-prospects.js",
                "dialer\/outreach\/numbers-and-dialing.js",
                "dialer\/outreach\/log-calls.js",
                "dialer\/outreach\/trackers.js",
                "dialer\/outreach\/user-error-blockers.js",
                "dialer\/outreach\/pausing.js",
                "dialer\/outreach\/injections\/disablement-cases.js",
                "dialer\/outreach\/injections\/stylesheets.js",
                "dialer\/outreach\/injections\/injections.js",
                "dialer\/outreach\/selectors.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "logrocket\/logrocket-content.js",
                "dialer\/global-dialer-commands.js",
                "dialer\/auto-dialer-messages.js",
                "dialer\/auto-dialer.js",
                "dialer\/call-state.js",
                "dialer\/lwyd.js",
                "dialer\/salesloft\/bridge\/terabithia.js",
                "dialer\/salesloft\/custom\/task-limiter-content.js",
                "dialer\/salesloft\/call-states.js",
                "dialer\/salesloft\/api-call-tracking.js",
                "dialer\/salesloft\/task-and-prospects.js",
                "dialer\/salesloft\/numbers-and-dialing.js",
                "dialer\/salesloft\/log-calls.js",
                "dialer\/salesloft\/trackers.js",
                "dialer\/salesloft\/user-error-blockers.js",
                "dialer\/salesloft\/pausing.js",
                "dialer\/salesloft\/injections\/disablement-cases.js",
                "dialer\/salesloft\/injections\/stylesheets.js",
                "dialer\/salesloft\/injections\/injections.js",
                "dialer\/salesloft\/selectors.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.spotify.com\/*",
                "https:\/\/*.soundcloud.com\/*",
                "https:\/\/music.apple.com\/*",
                "https:\/\/www.audible.com\/*"
            ],
            "js": [
                "lwyd\/listen.js"
            ],
            "css": [
                "assets\/css\/lwyd.css"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/join\/*",
                "https:\/\/app.callcloud.app\/join\/*"
            ],
            "js": [
                "callcloud\/js\/join.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/login",
                "https:\/\/app.callcloud.app\/login"
            ],
            "js": [
                "callcloud\/js\/login-with-extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "background\/*",
                "global-injection\/*",
                "global-dialer\/*",
                "dialer\/*",
                "assets\/*",
                "libraries\/*",
                "general\/*",
                "logrocket\/*",
                "callcloud\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "scripting",
        "webRequest",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/*.salesloft.com\/*",
        "https:\/\/*.outreach.io\/*",
        "https:\/\/*.twilio.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/*.callcloud.app\/*"
    ]
}