Infinite Business Leads
Get an infinite amount of Verified Business Leads with a Click of a button.
Infinite Business Leads क्या है?
Infinite Business Leads edakehurst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get an infinite amount of Verified Business Leads with a Click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Infinite Business Leads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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,
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } |