Infinite Business Leads

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

Infinite Business Leads là gì?

Infinite Business Leads là một tiện ích mở rộng Chrome được phát triển bởi edakehurst, và tính năng chính của nó là "Get an infinite amount of Verified Business Leads with a Click of a button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Infinite Business Leads

Tải xuống các tệp mở rộng Infinite Business Leads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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,                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Infinite Business Leads Infinite Business Leads
ID dhhmpbecjljijbpmioimllgjjiakmnie
URL Chính Thức https://chrome.google.com/webstore/detail/infinite-business-leads/dhhmpbecjljijbpmioimllgjjiakmnie
Mô tả Get an infinite amount of Verified Business Leads with a Click of a button.
Kích Thước Tệp 407 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.1.09
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2021-03-03
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển edakehurst
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://infinitebusinessleads.com
URL Trang Trợ Giúp https://edakehurst.kartra.com/help/HelpDesk
URL Trang Chính Sách Bảo Mật https://geniusposts.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}