FoxBound DataScout - B2B Email Finder
FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.
Was ist FoxBound DataScout - B2B Email Finder?
FoxBound DataScout - B2B Email Finder ist eine Chrome-Erweiterung, die von FoxBound entwickelt wurde, und ihr Hauptmerkmal ist "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.".
Erweiterungsscreenshots
FoxBound DataScout - B2B Email Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie FoxBound DataScout - B2B Email Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | FoxBound DataScout - B2B Email Finder |
ID | llgeckbnbfmlfcpmcpjiimlcefgpmfac |
Offizielle URL | https://chromewebstore.google.com/detail/foxbound-datascout-b2b-em/llgeckbnbfmlfcpmcpjiimlcefgpmfac |
Beschreibung | FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation. |
Dateigröße | 22.22 MB |
Installationsanzahl | 1,096 |
Aktuelle Version | 1.5.6.4 |
Letztes Update | 2020-06-18 |
Veröffentlichungsdatum | 2020-06-17 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | FoxBound |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://foxbound.io |
Hilfeseite URL | https://foxbound.io/datascout/ |
URL der Datenschutzrichtlinien-Seite | https://foxbound.io/privacy-policy |
Unterstützte Sprachen | 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" } } |