FoxBound DataScout - B2B Email Finder
FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.
什么是FoxBound DataScout - B2B Email Finder?
FoxBound DataScout - B2B Email Finder是由FoxBound开发的Chrome扩展程序,该扩展的主要功能是“FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.”。
扩展截图
下载FoxBound DataScout - B2B Email Finder扩展crx文件
下载FoxBound DataScout - B2B Email Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | FoxBound DataScout - B2B Email Finder |
ID | llgeckbnbfmlfcpmcpjiimlcefgpmfac |
官方URL | https://chromewebstore.google.com/detail/foxbound-datascout-b2b-em/llgeckbnbfmlfcpmcpjiimlcefgpmfac |
简介 | FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation. |
文件大小 | 22.22 MB |
安装次数 | 1,096 |
当前版本 | 1.5.6.4 |
更新时间 | 2020-06-18 |
上架时间 | 2020-06-17 |
评分 | 5.00/5 共12次评分 |
开发者 | FoxBound |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://foxbound.io |
帮助页面URL | https://foxbound.io/datascout/ |
隐私政策页面URL | https://foxbound.io/privacy-policy |
支持的语言 | 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" } } |