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.」です。
拡張機能のスクリーンショット
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,
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |