Nimble Prospector

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

Was ist Nimble Prospector?

Nimble Prospector ist eine Chrome-Erweiterung, die von https://nimble.com entwickelt wurde, und ihr Hauptmerkmal ist "Lead Capture, Data Discovery, and CRM that works on every web page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Nimble Prospector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nimble Prospector-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nimble Prospector Nimble Prospector
ID dcdpkefhmpgpnogeddkpjjmioaeopche
Offizielle URL https://chromewebstore.google.com/detail/nimble-prospector/dcdpkefhmpgpnogeddkpjjmioaeopche
Beschreibung Lead Capture, Data Discovery, and CRM that works on every web page
Dateigröße 773 KB
Installationsanzahl 7,960
Aktuelle Version 24.02.29.0001
Letztes Update 2024-03-01
Veröffentlichungsdatum 2020-05-20
Bewertung 4.50/5 Insgesamt 111 Bewertungen
Entwickler https://nimble.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://nimble.com/widget
Hilfeseite URL https://support.nimble.com/nimble-for-g-suite-and-gmail/nimble-smart-contacts-app-for-google-chrome
URL der Datenschutzrichtlinien-Seite http://www.nimble.com/company/privacy
Unterstützte Sprachen 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
    }
}