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 هو إضافة Chrome تم تطويرها بواسطة FoxBound، والميزة الرئيسية لها هي "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FoxBound DataScout - B2B Email Finder

قم بتنزيل ملفات الامتداد FoxBound DataScout - B2B Email Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://foxbound.io/datascout/
عنوان صفحة سياسة الخصوصية 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"
    }
}