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 |
Eメール | [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" } } |