Infinite Business Leads
Get an infinite amount of Verified Business Leads with a Click of a button.
What is Infinite Business Leads?
Infinite Business Leads is a Chrome extension developed by edakehurst, and its main feature is "Get an infinite amount of Verified Business Leads with a Click of a button.".
Extension Screenshots
Download Infinite Business Leads Extension CRX File
Download Infinite Business Leads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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,
Extension Basic Information
Name | |
ID | dhhmpbecjljijbpmioimllgjjiakmnie |
Official URL | https://chrome.google.com/webstore/detail/infinite-business-leads/dhhmpbecjljijbpmioimllgjjiakmnie |
Description | Get an infinite amount of Verified Business Leads with a Click of a button. |
File Size | 407 KB |
Installation Count | 131 |
Current Version | 1.1.09 |
Last Updated | 2022-03-11 |
Publish Date | 2021-03-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | edakehurst |
[email protected] | |
Payment Type | free |
Extension Website | http://infinitebusinessleads.com |
Help Page URL | https://edakehurst.kartra.com/help/HelpDesk |
Privacy Policy Page URL | https://geniusposts.io/privacy-policy.html |
Supported Languages | 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\/*" ] } |