Sales Lead MULTIPLIER 10X

Grab contact info from any web page and send it to any contact manager or email. Point. Click. Done.

¿Qué es Sales Lead MULTIPLIER 10X?

Sales Lead MULTIPLIER 10X es una extensión de Chrome desarrollada por https://salesleadmultiplier.com, y su función principal es "Grab contact info from any web page and send it to any contact manager or email. Point. Click. Done.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sales Lead MULTIPLIER 10X

Descarga archivos de extensión Sales Lead MULTIPLIER 10X 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

                        We all use the web to prospect for clients, but nobody has time for all that copying & pasting. Or, you just grab the email you need now, but next week you're at it again, because you need the person's phone number. What a waste of time.

Sales Lead MULTIPLIER will automatically grab ALL the prospects' contact info off ANY web page and sync to ANY CRM.  Just Point - Click and you're done. You can even sync a full directory web page with just a click.

A fast, easy and accurate way to prospect using the web so you can close more deals. 

Sales, Business Development and Recruiters absolutely love Sales Lead MULTIPLIER because it helps them close more deals and spend less time copying & pasting or looking for contact information.

Install this application to set up the free version or a trial of the paid version of Sales Lead MULTIPLIER.

Features
===================================
• Automatically loads a simple tool sidebar into web page
• Remembers how to find contact information on any web page you visit
• Can automatically load additional contacts from the same business web site
• Automatically will grab all contacts on a directory page
• Direct Sync with multiple CRM/Email systems
• VCard or multiple CSV output formats

With Sales Lead MULTIPLIER, you'll be able to:
===================================
 ✓ Find Sales Prospects Faster, our extension automatically detects email addresses in web pages.
 ✓ Get full contact information automatically uploaded to your CRM: Full name, work address, home address, work main web site, work personal web site... .
 ✓ Upload full directory pages with a just a click of a button. See our web page example showing 20 contacts syncing with a CRM in 20 seconds.
 ✓ And lastly, never have to say "I can't find the contact's ... "  -- Sales Lead MULTIPLIER does it automatically.                    

Información Básica de la Extensión

Nombre Sales Lead MULTIPLIER 10X Sales Lead MULTIPLIER 10X
ID kbadjdaikilcfilomppgnoiedoeaaame
URL Oficial https://chromewebstore.google.com/detail/sales-lead-multiplier-10x/kbadjdaikilcfilomppgnoiedoeaaame
Descripción Grab contact info from any web page and send it to any contact manager or email. Point. Click. Done.
Tamaño del Archivo 1.06 MB
Cantidad de Instalaciones 129
Versión Actual 1.2.78
Última Actualización 2023-04-01
Fecha de Publicación 2019-07-05
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://salesleadmultiplier.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.salesleadmultiplier.com
URL de la Página de Ayuda http://www.salesleadmultiplier.com/faq.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName_x__",
    "version": "1.2.78",
    "manifest_version": 2,
    "short_name": "__MSG_shortName_x__",
    "description": "__MSG_description_x__",
    "default_locale": "en",
    "icons": {
        "128": "resources\/icons\/icon_128g.png",
        "16": "resources\/icons\/icon_128g.png",
        "48": "resources\/icons\/icon_128g.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "SLM_bg_bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "resources\/icons\/icon_128g.png",
        "default_title": "__MSG_shortName_x__",
        "default_popup": "resources\/html\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "resources\/css\/slm.min.css"
            ],
            "exclude_matches": [
                "*:\/\/*\/*accounts.google.com\/o\/oauth2",
                "*:\/\/*\/*appengine",
                "*:\/\/*\/*client-channel.google.com\/client-channel",
                "*:\/\/*\/*clients6.google.com\/static\/proxy.html",
                "*:\/\/*\/*console.developers.google.com\/*",
                "*:\/\/*\/*google.com\/ads",
                "*:\/\/*\/*google.com\/invalidation",
                "*:\/\/*\/*google.com\/pagead",
                "*:\/\/*\/*googletagmanager",
                "*:\/\/*\/*googletagmanager",
                "*:\/\/*\/*hangouts",
                "*:\/\/*\/*linkedin.com\/csp",
                "*:\/\/*\/*mail.google.com\/_\/scs\/mail-static",
                "*:\/\/*\/*mail.google.com\/mail\/u\/1\/?ui",
                "*:\/\/*\/*platform.linkedin.com\/js",
                "*:\/\/*\/*plus.google.com",
                "*:\/\/*\/*radar.cedexis.com",
                "*:\/\/*\/*static.licdn.com",
                "*:\/\/*\/*talkgadget.google.com",
                "*:\/\/slm100x.com\/*",
                "*:\/\/www.salesleadmultiplier\/*",
                "*:\/\/www.salesleadmultiplier\/faq",
                "*:\/\/www.salesleadmultiplier\/quickstartA.html",
                "*:\/\/www.salesleadmultiplier\/quickstartB.html",
                "*:\/\/www6.glic.com\/so\/*",
                "*:\/\/*.plates10x.com\/*"
            ],
            "js": [
                "SLM_ext_bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.salesleadmultiplier.com\/*",
            "*:\/\/test-dot-sale-lead-multiplier.appspot.com\/*"
        ]
    }
}