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文件

下载Infinite Business Leads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}