Nimble Prospector

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

Co je Nimble Prospector?

Nimble Prospector je rozšíření Chrome vyvinuté https://nimble.com, a jeho hlavní funkcí je „Lead Capture, Data Discovery, and CRM that works on every web page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Nimble Prospector

Stáhněte si soubory rozšíření Nimble Prospector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Nimble Prospector Nimble Prospector
ID dcdpkefhmpgpnogeddkpjjmioaeopche
Oficiální URL https://chromewebstore.google.com/detail/nimble-prospector/dcdpkefhmpgpnogeddkpjjmioaeopche
Popis Lead Capture, Data Discovery, and CRM that works on every web page
Velikost souboru 773 KB
Počet instalací 7,960
Aktuální Verze 24.02.29.0001
Poslední Aktualizace 2024-03-01
Datum Vydání 2020-05-20
Hodnocení 4.50/5 Celkem 111 Hodnocení
Vývojář https://nimble.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://nimble.com/widget
URL Stránky Nápovědy https://support.nimble.com/nimble-for-g-suite-and-gmail/nimble-smart-contacts-app-for-google-chrome
URL Stránky Zásad Ochrany Soukromí http://www.nimble.com/company/privacy
Podporované Jazyky 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
    }
}