FoxBound DataScout - B2B Email Finder
FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.
Qu'est-ce que FoxBound DataScout - B2B Email Finder ?
FoxBound DataScout - B2B Email Finder est une extension Chrome développée par FoxBound, et sa fonction principale est "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FoxBound DataScout - B2B Email Finder
Téléchargez les fichiers d'extension FoxBound DataScout - B2B Email Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | FoxBound DataScout - B2B Email Finder |
ID | llgeckbnbfmlfcpmcpjiimlcefgpmfac |
URL Officiel | 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. |
Taille du Fichier | 22.22 MB |
Nombre d'Installations | 1,096 |
Version Actuelle | 1.5.6.4 |
Dernière Mise à Jour | 2020-06-18 |
Date de Publication | 2020-06-17 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | FoxBound |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://foxbound.io |
URL de la Page d'Aide | https://foxbound.io/datascout/ |
URL de la Page de Politique de Confidentialité | https://foxbound.io/privacy-policy |
Langues Prises en Charge | 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" } } |