Nimble Prospector

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

Nimble Prospector란 무엇입니까?

Nimble Prospector은(는) https://nimble.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lead Capture, Data Discovery, and CRM that works on every web page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Nimble Prospector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Nimble Prospector Nimble Prospector
ID dcdpkefhmpgpnogeddkpjjmioaeopche
공식 URL https://chromewebstore.google.com/detail/nimble-prospector/dcdpkefhmpgpnogeddkpjjmioaeopche
설명 Lead Capture, Data Discovery, and CRM that works on every web page
파일 크기 773 KB
설치 횟수 7,960
현재 버전 24.02.29.0001
최근 업데이트 2024-03-01
출시 날짜 2020-05-20
평점 4.50/5 총 111 개의 평점
개발자 https://nimble.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://nimble.com/widget
도움말 페이지 URL https://support.nimble.com/nimble-for-g-suite-and-gmail/nimble-smart-contacts-app-for-google-chrome
개인정보 보호 정책 페이지 URL http://www.nimble.com/company/privacy
지원되는 언어 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
    }
}