Business Lead Connector
Get Unlimited Verified Business Leads With The Click Of A Button.
什麼是Business Lead Connector?
Business Lead Connector是由leadconnectorhub.com開發的Chrome擴展程式,該擴展的主要功能是“Get Unlimited Verified Business Leads With The Click Of A Button.”。
擴展截圖
下載Business Lead Connector擴展crx文件
下載Business Lead Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Business Lead Connector is a tool that gives you access to thousands of verified leads with a few clicks of a button. It has integrations with Hunter and Tomba where in if you just put the API keys from any of those service you'll easily grab emails for your Prospecting or outreach. The leads collected can be accessed easily as a downloaded CSV file or you can push that data to any other CRM or Software which you use via Webhooks and easily connect with thousands of other softwares. Ready to get leads flowing in your business ? Just download Business Lead Connector on your Chrome Browser, Log in and with a few clicks you'll get hundreds of leads data per location.
擴展基本資訊
名稱 | |
ID | kofojgnincfmpihgbibobbjafhhcfmbi |
官方網址 | https://chrome.google.com/webstore/detail/business-lead-connector/kofojgnincfmpihgbibobbjafhhcfmbi |
簡介 | Get Unlimited Verified Business Leads With The Click Of A Button. |
檔案大小 | 324 KB |
安裝次數 | 53 |
目前版本 | 1.1.07 |
更新時間 | 2021-12-03 |
上架時間 | 2021-07-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | leadconnectorhub.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | Https://businessleadconnector.com |
說明頁面URL | https://www.messenger.com/allmarketingtools.io |
隱私政策頁面URL | https://themarketingtools.co/privacy-7375 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Business Lead Connector", "description": "Get Unlimited Verified Business Leads With The Click Of A Button.", "version": "1.1.07", "short_name": "BLC", "browser_action": { "default_title": "Business Lead Connector" }, "icons": { "16": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831130-small_icon.png", "48": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831246-medium_icon.png", "128": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831292-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\/*" ] } |