CallCloud - Outreach & Salesloft Power Dialer

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

Was ist CallCloud - Outreach & Salesloft Power Dialer?

CallCloud - Outreach & Salesloft Power Dialer ist eine Chrome-Erweiterung, die von CallCloud entwickelt wurde, und ihr Hauptmerkmal ist "Boost your productivity and dial hands-free in Salesloft and Outreach.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CallCloud - Outreach & Salesloft Power Dialer-Erweiterungs-CRX-Datei herunterladen

Laden Sie CallCloud - Outreach & Salesloft Power Dialer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CallCloud - Outreach & Salesloft Power Dialer CallCloud - Outreach & Salesloft Power Dialer
ID lfledconhmbdgchgmfmfpolkjmjdnjge
Offizielle URL https://chromewebstore.google.com/detail/callcloud-outreach-salesl/lfledconhmbdgchgmfmfpolkjmjdnjge
Beschreibung Boost your productivity and dial hands-free in Salesloft and Outreach.
Dateigröße 910 KB
Installationsanzahl 244
Aktuelle Version 0.3.7.7
Letztes Update 2024-03-01
Veröffentlichungsdatum 2023-04-08
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler CallCloud
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://callcloud.app
URL der Datenschutzrichtlinien-Seite https://app.termly.io/document/privacy-policy/aea6378b-cefa-4b1c-a329-da7ac5a2fdff
Unterstützte Sprachen 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\/*"
    ]
}