Nimble Prospector

Lead Capture, Data Discovery, and CRM that works on every web page

¿Qué es Nimble Prospector?

Nimble Prospector es una extensión de Chrome desarrollada por https://nimble.com, y su función principal es "Lead Capture, Data Discovery, and CRM that works on every web page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nimble Prospector

Descarga archivos de extensión Nimble Prospector 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

                        Nimble Prospector helps you create targeted lists of prospects, influencers, potential investors, and more within seconds -- from anywhere you work on the web. 

Don't have a Nimble account? Start your free 14-day trial at www.nimble.com/register. 
 
With Nimble Prospector 2.0, you can: 
- Easily build prospect lists from anywhere you work. From multiple pages across their browser, within your inbox, and across your favorite business applications. Easily create lists of conference speakers, influencers, employees from a company website, and more. Additionally, teams can make actionable lists from their LinkedIn, Twitter, and Facebook contacts.
- Log notes, add tasks, attach files, and set Stay in Touch reminders to an existing contact record, or create a new contact record, to always follow up with your follow-through. 
- Easily view all interaction history (including past emails, Twitter conversations, events, deals, tasks, and more) to always stay up to date with next steps with key contacts. 
- Easily tag multiple contacts for quick list building, contact organization, and easy segmentation. 
- Target businesses using company profiles: including biography, industry, number of employees, year founded, keywords, company type, revenue, ticker, CEO name, address, and phone number. 
- Qualify prospects using auto-generated contact profiles which include biography, location, keywords, work experience, education, and social profiles
- Discover verified business contact details, including email addresses, phone numbers, and address from any website, social network, or business web applications.                    

Información Básica de la Extensión

Nombre Nimble Prospector Nimble Prospector
ID dcdpkefhmpgpnogeddkpjjmioaeopche
URL Oficial https://chromewebstore.google.com/detail/nimble-prospector/dcdpkefhmpgpnogeddkpjjmioaeopche
Descripción Lead Capture, Data Discovery, and CRM that works on every web page
Tamaño del Archivo 773 KB
Cantidad de Instalaciones 7,960
Versión Actual 24.02.29.0001
Última Actualización 2024-03-01
Fecha de Publicación 2020-05-20
Calificación 4.50/5 Total de 111 Calificaciones
Desarrollador https://nimble.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://nimble.com/widget
URL de la Página de Ayuda https://support.nimble.com/nimble-for-g-suite-and-gmail/nimble-smart-contacts-app-for-google-chrome
URL de la Página de Política de Privacidad http://www.nimble.com/company/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nimble Prospector",
    "description": "Lead Capture, Data Discovery, and CRM that works on every web page",
    "version": "24.02.29.0001",
    "browser_action": {
        "default_icon": "assets\/images\/icon38.png"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/microevent.js",
            "config.js",
            "apiAdapters\/chrome\/adapterBackground.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/styles\/widget.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*",
                "*:\/\/*.inbox.google.com\/*"
            ],
            "css": [
                "assets\/styles\/widget.css"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/inboxsdk.js",
                "libs\/moment.min.js",
                "config.js",
                "apiAdapters\/chrome\/adapterForeground.js",
                "foreground\/circleback.js",
                "foreground\/inbox.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "assets\/styles\/widget.css"
            ],
            "js": [
                "libs\/jquery.js",
                "config.js",
                "apiAdapters\/chrome\/adapterForeground.js",
                "foreground\/twitter-list-import.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/addons.gsuite.google.com\/*"
            ],
            "js": [
                "foreground\/gmail-addon-agent.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.nimble.com\/app\/widget\/*",
                "*:\/\/*.devnimble.com\/app\/widget\/*",
                "*:\/\/*.dev.nimble.com\/app\/widget\/*"
            ],
            "js": [
                "foreground\/open-prospector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "frame\/frame.html",
        "frame\/frame.js",
        "assets\/*"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}