Nimble Prospector

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

Cos'è Nimble Prospector?

Nimble Prospector è un'estensione di Chrome sviluppata da https://nimble.com, e la sua funzione principale è "Lead Capture, Data Discovery, and CRM that works on every web page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nimble Prospector

Scarica i file di estensione Nimble Prospector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nimble Prospector Nimble Prospector
ID dcdpkefhmpgpnogeddkpjjmioaeopche
URL Ufficiale https://chromewebstore.google.com/detail/nimble-prospector/dcdpkefhmpgpnogeddkpjjmioaeopche
Descrizione Lead Capture, Data Discovery, and CRM that works on every web page
Dimensione del File 773 KB
Conteggio Installazioni 7,960
Versione Corrente 24.02.29.0001
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2020-05-20
Valutazione 4.50/5 Totale 111 Valutazioni
Sviluppatore https://nimble.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://nimble.com/widget
URL della Pagina di Aiuto https://support.nimble.com/nimble-for-g-suite-and-gmail/nimble-smart-contacts-app-for-google-chrome
URL della Pagina della Politica sulla Privacy http://www.nimble.com/company/privacy
Lingue Supportate 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
    }
}