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 là gì?
FoxBound DataScout - B2B Email Finder là một tiện ích mở rộng Chrome được phát triển bởi FoxBound, và tính năng chính của nó là "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FoxBound DataScout - B2B Email Finder
Tải xuống các tệp mở rộng FoxBound DataScout - B2B Email Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FoxBound DataScout - B2B Email Finder |
ID | llgeckbnbfmlfcpmcpjiimlcefgpmfac |
URL Chính Thức | https://chromewebstore.google.com/detail/foxbound-datascout-b2b-em/llgeckbnbfmlfcpmcpjiimlcefgpmfac |
Mô tả | FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation. |
Kích Thước Tệp | 22.22 MB |
Số Lần Cài Đặt | 1,096 |
Phiên Bản Hiện Tại | 1.5.6.4 |
Cập Nhật Lần Cuối | 2020-06-18 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | FoxBound |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://foxbound.io |
URL Trang Trợ Giúp | https://foxbound.io/datascout/ |
URL Trang Chính Sách Bảo Mật | https://foxbound.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |