SalesLoft Connect

Salesloft Connect enables users to more easily track communication and add people to workflows using Salesforce.com and Gmail.

¿Qué es SalesLoft Connect?

SalesLoft Connect es una extensión de Chrome desarrollada por https://salesloft.com, y su función principal es "Salesloft Connect enables users to more easily track communication and add people to workflows using Salesforce.com and Gmail.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SalesLoft Connect

Descarga archivos de extensión SalesLoft Connect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Salesloft Connect takes the Salesloft experience to your workplace of choice, whether it’s Gmail or your CRM.  With quicker, easier access to the platform from virtually anywhere, sellers can take action when it matters most – closing more deals and delighting customers while doing so. 

What our extension can do:

-View your live feed and get notifications for new events
-Easily add contacts to a Cadence to engage and convert target accounts into customers.
-Seamlessly connect with Gmail and your CRM 
-Easily book a meeting and share availability
-Access personal and team email templates 
-Dial and accept calls from any chrome window
-Create tasks to stay organized

--What's New--

Version 4.71.14
Fixed an issue that was impacting microphone performance for some users                    

Información Básica de la Extensión

Nombre SalesLoft Connect SalesLoft Connect
ID cffgjgigjfgjkfdopbobbdadaelbhepo
URL Oficial https://chromewebstore.google.com/detail/salesloft-connect/cffgjgigjfgjkfdopbobbdadaelbhepo
Descripción Salesloft Connect enables users to more easily track communication and add people to workflows using Salesforce.com and Gmail.
Tamaño del Archivo 60.47 MB
Cantidad de Instalaciones 150,854
Versión Actual 4.71.22
Última Actualización 2024-01-23
Fecha de Publicación 2020-07-01
Calificación 1.81/5 Total de 157 Calificaciones
Desarrollador https://salesloft.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://help.salesloft.com/
URL de la Página de Política de Privacidad https://salesloft.com/platform-privacy-notice
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SalesLoft Connect",
    "short_name": "SalesLoft",
    "version": "4.71.22",
    "minimum_chrome_version": "35",
    "manifest_version": 2,
    "description": "Salesloft Connect enables users to more easily track communication and add people to workflows using Salesforce.com and Gmail.",
    "icons": {
        "16": "images\/SL-icon-16.png",
        "48": "images\/SL-icon-48.png",
        "128": "images\/SL-icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAugp7XC36e1dXUPDgEEO5wiY631Gg0RKNoKGsGWZzP1mNzySq1GhlHv7RffUZCnCS2iwO7vhE25g7N49vkHselN4ezF3Wy6spdtbH76s7WjrLxoeCkmMPNaRLhFBS59YDDbsEMoBE+PUu4CEca9jLXVXcLejvA579d3F2Jy5tYlToQeaFfYxVhPADA4XU60grPmyh\/Wvuye43dkGa+qWooXu3gFsB5O9jTuhAUK3LjvLedm8QW7ron4kVrFdwQQfEf10p7IXHgU4pyiHav6R4dVmt7ayLD7pPDRGsalv1tZj6PP1OP2bhpXODcek10XLtIdZyqkbONjZJOmfggn8SXwIDAQAB",
    "background": {
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles\/gmail.css"
            ],
            "js": [
                "inboxsdk.js",
                "shim.bundle.js",
                "vendor.js",
                "bundle.js",
                "content\/gmail.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*"
            ],
            "css": [
                "styles\/sfdc-lightning.css"
            ],
            "js": [
                "vendor.js",
                "bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.calendar.google.com\/calendar\/*"
            ],
            "css": [
                "styles\/loft_calendar_events.css"
            ],
            "js": [
                "vendor.js",
                "bundle.js",
                "loft_calendar_events.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dynamics.com\/*"
            ],
            "css": [
                "styles\/dynamics.css"
            ],
            "js": [
                "vendor.js",
                "bundle.js",
                "dialer_widget.bundle.js",
                "composer_widget.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "pages\/options.html",
        "default_title": "Salesloft Connect"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_security_policy": "default-src 'self'; connect-src 'self' https:\/\/*.salesloft.com wss:\/\/*.salesloft.com https:\/\/*.qasalesloft.com wss:\/\/*.qasalesloft.com wss:\/\/*.devsalesloft.com https:\/\/*.devsalesloft.com https:\/\/salesloftzqpsn.dataplane.rudderstack.com https:\/\/*.bugsnag.com https:\/\/media.twiliocdn.com wss:\/\/*.twilio.com https:\/\/*.twilio.com https:\/\/*.s3.amazonaws.com http:\/\/127.0.0.1:8080 https:\/\/localhost.salesloft.com:9898 https:\/\/localhost.salesloft.com:9999  https:\/\/www.inboxsdk.com https:\/\/*.storage.googleapis.com; style-src 'self' 'unsafe-inline'; media-src 'self' https:\/\/media.twiliocdn.com;",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "webNavigation",
        "",
        "system.cpu",
        "system.memory",
        "webRequestBlocking",
        "idle"
    ],
    "web_accessible_resources": [
        "vendor\/*",
        "styles\/*",
        "images\/*",
        "r_images\/*",
        "content\/sfdc_iframe.js",
        "fonts\/*",
        "pages\/options.html"
    ],
    "externally_connectable": {
        "ids": [
            "ejgmneenioanldgngdomlfnbcbffmchf",
            "cbkelcfhlgpgfgijpblchalaiiamahkl"
        ],
        "matches": [
            "*:\/\/localhost.salesloft.com\/*",
            "*:\/\/sdr.salesloft.com\/*",
            "*:\/\/sdr.qasalesloft.com\/*",
            "*:\/\/app.salesloft.com\/*",
            "*:\/\/deals.salesloft.com\/*",
            "*:\/\/*.qasalesloft.com\/*",
            "*:\/\/deals.devsalesloft.com\/*",
            "*:\/\/sidecar-cdn.salesloft.com\/*"
        ]
    }
}