Infinite Business Leads

Get an infinite amount of Verified Business Leads with a Click of a button.

Infinite Business Leads란 무엇입니까?

Infinite Business Leads은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get an infinite amount of Verified Business Leads with a Click of a button."입니다.

확장 프로그램 스크린샷

screenshot

Infinite Business Leads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Infinite Business Leads brings you unlimited verified business leads. You can also add your Hunter key or Tomba API and grab emails. Quick and easy to download the leads as a CSV file or to send through a webhook to your favorite CRM or outreach software,                    

확장 프로그램 기본 정보

이름 Infinite Business Leads Infinite Business Leads
ID dhhmpbecjljijbpmioimllgjjiakmnie
공식 URL https://chrome.google.com/webstore/detail/infinite-business-leads/dhhmpbecjljijbpmioimllgjjiakmnie
설명 Get an infinite amount of Verified Business Leads with a Click of a button.
파일 크기 407 KB
설치 횟수 131
현재 버전 1.1.09
최근 업데이트 2022-03-11
출시 날짜 2021-03-03
평점 5.00/5 총 5 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://infinitebusinessleads.com
도움말 페이지 URL https://edakehurst.kartra.com/help/HelpDesk
개인정보 보호 정책 페이지 URL https://geniusposts.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infinite Business Leads",
    "description": "Get an infinite amount of Verified Business Leads with a Click of a button.",
    "version": "1.1.09",
    "short_name": "IBL",
    "browser_action": {
        "default_title": "Infinite Business Leads"
    },
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Infinite_Business_Leads-1624049938739-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Infinite_Business_Leads-1624049938799-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Infinite_Business_Leads-1624049938858-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\/*"
    ]
}