Business Lead Connector

Get Unlimited Verified Business Leads With The Click Of A Button.

Business Lead Connector란 무엇입니까?

Business Lead Connector은(는) leadconnectorhub.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Unlimited Verified Business Leads With The Click Of A Button."입니다.

확장 프로그램 스크린샷

screenshot

Business Lead Connector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Business Lead Connector is a tool that gives you access to thousands of verified leads with a few clicks of a button. 

It has integrations with Hunter and Tomba where in if you just put the API keys from any of those service you'll easily grab emails for your Prospecting or outreach. 

The leads collected can be accessed easily as a downloaded CSV file or you can push that data to any other CRM or Software which you use via Webhooks and easily connect with thousands of other softwares. 

Ready to get leads flowing in your business ? Just download Business Lead Connector on your Chrome Browser, Log in and with a few clicks you'll get hundreds of leads data per location.                    

확장 프로그램 기본 정보

이름 Business Lead Connector Business Lead Connector
ID kofojgnincfmpihgbibobbjafhhcfmbi
공식 URL https://chrome.google.com/webstore/detail/business-lead-connector/kofojgnincfmpihgbibobbjafhhcfmbi
설명 Get Unlimited Verified Business Leads With The Click Of A Button.
파일 크기 324 KB
설치 횟수 53
현재 버전 1.1.07
최근 업데이트 2021-12-03
출시 날짜 2021-07-05
평점 5.00/5 총 1 개의 평점
개발자 leadconnectorhub.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 Https://businessleadconnector.com
도움말 페이지 URL https://www.messenger.com/allmarketingtools.io
개인정보 보호 정책 페이지 URL https://themarketingtools.co/privacy-7375
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business Lead Connector",
    "description": "Get Unlimited Verified Business Leads With The Click Of A Button.",
    "version": "1.1.07",
    "short_name": "BLC",
    "browser_action": {
        "default_title": "Business Lead Connector"
    },
    "icons": {
        "16": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831130-small_icon.png",
        "48": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831246-medium_icon.png",
        "128": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831292-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.google.co.in\/search*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/helper.js",
                "js\/content_place.js"
            ],
            "css": [
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/helper.js",
            "js\/services.js",
            "js\/vendor.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "*:\/\/api.unlimitedbusinessleads.io\/*",
        "*:\/\/api.tomba.io\/v1\/domain-search\/*",
        "*:\/\/google.com\/search?*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "assets\/*",
        "js\/*"
    ]
}