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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FoxBound DataScout - B2B Email Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
    }
}