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.”。

擴展截圖

screenshot
screenshot

下載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 FoxBound DataScout - B2B Email Finder
ID llgeckbnbfmlfcpmcpjiimlcefgpmfac
官方網址 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"
    }
}