FoxBound DataScout - B2B Email Finder

FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.

FoxBound DataScout - B2B Email Finder란 무엇입니까?

FoxBound DataScout - B2B Email Finder은(는) FoxBound에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FoxBound DataScout - B2B Email Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find prospects, capture contact information, and verify email addresses in real time with FoxBound’s DataScout. 

With the help of machine learning, FoxBound is able to provide our users with accurate contact data to help maximize prospecting efforts. 

Getting started is easy:

-Run a search on LinkedIn or Sales Navigator
-Click on the DataScout Chrome Extension and create a list
-Click on Capture to capture your results
-Click on view list to see your requested contact information

For questions or support, please contact [email protected]                    

확장 프로그램 기본 정보

이름 FoxBound DataScout - B2B Email Finder FoxBound DataScout - B2B Email Finder
ID llgeckbnbfmlfcpmcpjiimlcefgpmfac
공식 URL https://chromewebstore.google.com/detail/foxbound-datascout-b2b-em/llgeckbnbfmlfcpmcpjiimlcefgpmfac
설명 FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.
파일 크기 22.22 MB
설치 횟수 1,096
현재 버전 1.5.6.4
최근 업데이트 2020-06-18
출시 날짜 2020-06-17
평점 5.00/5 총 12 개의 평점
개발자 FoxBound
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://foxbound.io
도움말 페이지 URL https://foxbound.io/datascout/
개인정보 보호 정책 페이지 URL https://foxbound.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FoxBound DataScout - B2B Email Finder",
    "version": "1.5.6.4",
    "author": "Tejas",
    "description": "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.",
    "background": {
        "scripts": [
            "js\/payload.js",
            "js\/check_update.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "logo_128.png",
        "48": "logo_48.png",
        "16": "logo_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/app.foxbound.io\/*",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": "logo_16.png",
        "default_popup": "popup.html"
    }
}