WahLeads

Offered by WahLeads by BizProspex (Free LinkedIn Scrapper with Emails)

WahLeadsคืออะไร?

WahLeads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wahleads และคุณลักษณะหลักของมันคือ "Offered by WahLeads by BizProspex (Free LinkedIn Scrapper with Emails)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WahLeads

ดาวน์โหลดไฟล์ส่วนขยาย WahLeads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WahLeads is a free LinkedIn scrapper to help you build prospects lists easily.

WahLeads is a simple to use Chrome extension that works on every type of LinkedIn account, free, business, recruiter or sales navigator.

Just signup on our free linkedin email finder tool : wah leads at wahleads.com (the base plan gives you 1000 leads at no cost each month to get moving) and no credit card is required.

Steps to use our free email finder LinkedIn tool:
    1. Download the Chrome extension.
    2. Create an account on wah leads website
    3.Go to the Linkedin search page and start building highly targeted prospects lists within no time. (you can use ALL the filters available by LinkedIn)
    4. Go to wahleads dashboard to download your data in CSV
    5. Import the csv in your marketing automation tool and start connecting with people around the globe.

You can learn more about how to use free linkedin scrapper tool here: wahleads.com

 The data will have in the free linkedin extraction tool /  fields will be first name, last name, title, company name, company linkedin URL, company website, person’s linkedin profile URL, direct business email address, revenue, number of employees etc.

The extension works in real time, so you will see the data from LinkedIn to your wahleads dashboard instantaneously.

We will be adding an option to get the person’s direct phone number within a month's time, so, stay tuned for that.

Our extension is 100% GDPR compliant, and helps you save time.

For more info, you can contact me here:
[email protected]
or visit wahleads.com / bizprospex.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WahLeads WahLeads
ID fcbcmoamiepjicllddbajeadkidecbki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wahleads/fcbcmoamiepjicllddbajeadkidecbki
คำอธิบาย Offered by WahLeads by BizProspex (Free LinkedIn Scrapper with Emails)
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 0.0.0.9
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2020-08-09
คะแนน 4.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Wahleads
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WahLeads",
    "version": "0.0.0.9",
    "description": "Offered by WahLeads by BizProspex (Free LinkedIn Scrapper with Emails)",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "popup_icon.png",
        "default_popup": "popup.html",
        "default_title": "Save Search"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wahleads.com\/*",
                "https:\/\/www.wahleads.com\/*"
            ],
            "js": [
                ".\/js\/token.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "css\/inner_popup.css"
            ],
            "js": [
                ".\/js\/const.js",
                ".\/js\/jquery-1.12.3.min.js",
                ".\/js\/jquery-validation.min.js",
                ".\/js\/li_version.js",
                ".\/js\/storage.js",
                ".\/js\/http.js",
                ".\/js\/html.js",
                ".\/js\/inject.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "images\/scrape_logo.png",
        "images\/success.png",
        "images\/fail.png"
    ]
}