CallCloud - Outreach & Salesloft Power Dialer

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

ما هو CallCloud - Outreach & Salesloft Power Dialer؟

CallCloud - Outreach & Salesloft Power Dialer هو إضافة Chrome تم تطويرها بواسطة CallCloud، والميزة الرئيسية لها هي "Boost your productivity and dial hands-free in Salesloft and Outreach.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CallCloud - Outreach & Salesloft Power Dialer

قم بتنزيل ملفات الامتداد CallCloud - Outreach & Salesloft Power Dialer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CallCloud - Outreach & Salesloft Power Dialer CallCloud - Outreach & Salesloft Power Dialer
ID lfledconhmbdgchgmfmfpolkjmjdnjge
عنوان URL الرسمي https://chromewebstore.google.com/detail/callcloud-outreach-salesl/lfledconhmbdgchgmfmfpolkjmjdnjge
الوصف Boost your productivity and dial hands-free in Salesloft and Outreach.
حجم الملف 910 KB
عدد التثبيتات 244
النسخة الحالية 0.3.7.7
آخر تحديث 2024-03-01
تاريخ النشر 2023-04-08
تقييم 5.00/5 مجموع تقييمات 7
المطور CallCloud
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://callcloud.app
عنوان صفحة سياسة الخصوصية https://app.termly.io/document/privacy-policy/aea6378b-cefa-4b1c-a329-da7ac5a2fdff
اللغات المدعومة 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\/*"
    ]
}