LinkedIn & Sales Navigator Email Finder

Only find professional email addresses of LinkedIn profiles which are 100% confirmed.

ما هو LinkedIn & Sales Navigator Email Finder؟

LinkedIn & Sales Navigator Email Finder هو إضافة Chrome تم تطويرها بواسطة http://prospectss.com، والميزة الرئيسية لها هي "Only find professional email addresses of LinkedIn profiles which are 100% confirmed.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LinkedIn & Sales Navigator Email Finder

قم بتنزيل ملفات الامتداد LinkedIn & Sales Navigator Email Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        UPDATE: Now it works with LinkedIn Sales Navigator Account!

FREE 300 Credits.
Unlimited Usage for $49/per month

Chrome extension to help you find email of LinkedIn members. Find emails from individual LinkedIn member's profiles & now it also works with LinkedIn Sales Navigator Account. Get professional email addresses of people which are 100% authentic.

We give only 100% accurate emails, unlike other LinkedIn extensions. You will get less emails as compared to others, but 100% valid ones only.

FAQs
- What do I need to do to find email addresses of LinkedIn profiles?
- You just need to download the extension from the Store & authenticate it using your Prospectss account email & account key to get started. We do not require you to authenticate or share your LinkedIn account details for finding these emails.

- How can I find an email address of all members of a LinkedIn group?
- You can use the LinkedIn Group Member Extractor Tab to find the email address of all members of a LinkedIn group. 

- What emails do you find for LinkedIn profiles?
- Our tool can find company email addresses of the LinkedIn profile user. If the person has mentioned any other email address & contact number publicly, this tool will fetch that as well.

- How can I access the email address extracted through the extension?
- You can just copy and paste the Email addresses that are processed by the extension or you can download the results as a CSV and save them locally. 

- Will my account get banned if my profile views per day get over the limit?
- There is a different limit for every person depending on how you have been using your LinkedIn profile. Some people can search 100 profiles a day/month and some can search 1000 profiles a day/month. We recommend that you search less than 100 profiles at a time to avoid getting your account flagged.

- Will my account get banned if I scrape an entire LinkedIn group?
- Your LinkedIn account won’t be affected. You can scrape as many groups with as many members in it without affecting your limit. 

- How many credits are used to find an email address using LinkedIn Extension?
- For every successful email address found, 2 credits are charged. If the email address is not found, no credits are charged. If you are on any paid plan, you can use this tool unlimited without getting any credits charged for it. 

- Does the email finder work with Sales Navigator?
- Yes, It works with LinkedIn Sales Navigator as well.                    

معلومات أساسية عن التمديد

الاسم LinkedIn & Sales Navigator Email Finder LinkedIn & Sales Navigator Email Finder
ID bpiiomfifnlnbnodnagliggicdnideca
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linkedin-sales-navigator/bpiiomfifnlnbnodnagliggicdnideca
الوصف Only find professional email addresses of LinkedIn profiles which are 100% confirmed.
حجم الملف 359 KB
عدد التثبيتات 1,000
النسخة الحالية 2.0.2
آخر تحديث 2022-02-23
تاريخ النشر 2021-01-05
تقييم 5.00/5 مجموع تقييمات 10
المطور http://prospectss.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://prospectss.com/linkedin-email-finder/
عنوان صفحة المساعدة http://prospectss.tawk.help/category/linkedin-email-finder
عنوان صفحة سياسة الخصوصية https://prospectss.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.2",
    "name": "LinkedIn & Sales Navigator Email Finder",
    "description": "Only find professional email addresses of LinkedIn profiles which are 100% confirmed.",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "https:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        "icon\/icon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.prospectss.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1-min.js",
                "content\/normal_user_profile.js",
                "content\/scrape_linkedin_group.js",
                "content\/get_profile_data.js",
                "content\/bulk-scraper.js",
                "content\/scrape_company_page_url.js",
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery-3.5.1-min.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "default_popup\/index.html",
        "default_title": "Find LinkedIn Email addresses"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}