FoxBound DataScout - B2B Email Finder
FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.
What is FoxBound DataScout - B2B Email Finder?
FoxBound DataScout - B2B Email Finder is a Chrome extension developed by FoxBound, and its main feature is "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.".
Extension Screenshots
Download FoxBound DataScout - B2B Email Finder Extension CRX File
Download FoxBound DataScout - B2B Email Finder 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
Find prospects, capture contact information, and verify email addresses in real time with FoxBound’s DataScout. With the help of machine learning, FoxBound is able to provide our users with accurate contact data to help maximize prospecting efforts. Getting started is easy: -Run a search on LinkedIn or Sales Navigator -Click on the DataScout Chrome Extension and create a list -Click on Capture to capture your results -Click on view list to see your requested contact information For questions or support, please contact [email protected]
Extension Basic Information
Name | FoxBound DataScout - B2B Email Finder |
ID | llgeckbnbfmlfcpmcpjiimlcefgpmfac |
Official URL | https://chromewebstore.google.com/detail/foxbound-datascout-b2b-em/llgeckbnbfmlfcpmcpjiimlcefgpmfac |
Description | FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation. |
File Size | 22.22 MB |
Installation Count | 1,096 |
Current Version | 1.5.6.4 |
Last Updated | 2020-06-18 |
Publish Date | 2020-06-17 |
Rating | 5.00/5 Total 12 Ratings |
Developer | FoxBound |
[email protected] | |
Payment Type | free |
Extension Website | https://foxbound.io |
Help Page URL | https://foxbound.io/datascout/ |
Privacy Policy Page URL | https://foxbound.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FoxBound DataScout - B2B Email Finder", "version": "1.5.6.4", "author": "Tejas", "description": "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.", "background": { "scripts": [ "js\/payload.js", "js\/check_update.js", "js\/background.js" ], "persistent": true }, "icons": { "128": "logo_128.png", "48": "logo_48.png", "16": "logo_16.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js" ] } ], "permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/app.foxbound.io\/*", "webRequest" ], "browser_action": { "default_icon": "logo_16.png", "default_popup": "popup.html" } } |