Scalelist: Linkedin Scraper & Email Finder

Scalelist enables users to scrape leads from Sales Navigator and enrich them with emails and phones.

Τι είναι το Scalelist: Linkedin Scraper & Email Finder;

Το Scalelist: Linkedin Scraper & Email Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scalelist.com, και η κύρια λειτουργία του είναι "Scalelist enables users to scrape leads from Sales Navigator and enrich them with emails and phones.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scalelist: Linkedin Scraper & Email Finder

Λήψη αρχείων επέκτασης Scalelist: Linkedin Scraper & Email Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Try Scalelist to export Sales Navigator profiles into a CSV/Excel with their details (first name, last name, company name, title, industry, geo, linkedin and Sales Nav URL, Website URL and email address + phone whenever found...).

You can use Scalelist’s Chrome extension in order to find emails and phone numbers from individual profiles as well as export entire Sales Navigator searches with emails.

✅ HOW DOES IT WORK?

Scalelist is a fast and easy to use lead extractor which can be used on LinkedIn Sales Navigator.

1 credit = 1 valid email address

(Risky emails are provided but do not consume email credits.)

2 use cases are supported on Sales Navigator:

1/ List extractor => you can scrape an entire sales navigator search with valid emails in just 1 click.

2/ Individual email finder => you can reveal individual prospect’s email address and add them to a list in just 1 click.

All scraped and exported leads are then cleaned. This means Scalelist will remove all special characters, emojis, all caps, LTD. LLC. and other company denominations.

With Scalelist’s Chrome extension you can create ready to use email lists in no time.


👍 TRY FOR FREE

Hit the ground running with Scalelist’s free trial that provides you access to our Chrome Extension and 10 email credits to enjoy.


🔥 WHY SCALELIST?

Scalelist offers B2B sales people the ability to spend less time preparing for outreach by enabling them to create email lists right from Sales Navigator.

Our extractor combines the power of a variety of email finders as well as data cleaning AI, making our Chrome Extension one of the best email scrapers for sales people.

Scalelist is easy to use, fast to process, offers high delivery of valid emails and is free to try.


🤔 WHAT ARE OUR CUSTOMERS SAYING?

“I've been using the extension for a few days and I'm super happy with the value it delivers. Saves me a lot of time in generating databases of emails for lead gen. Clean looking interface and easy to use tool!” Karim El Kaddioui

“This extension has saved my team and I loads of time for lead generation.
It's easy to use and well designed!” Emily Kellert

For more info:
Email: [email protected]
Website: https://scalelist.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scalelist: Linkedin Scraper & Email Finder Scalelist: Linkedin Scraper & Email Finder
ID lgknneiodddmfbbpaklighafdocbfnme
Επίσημο URL https://chromewebstore.google.com/detail/scalelist-linkedin-scrape/lgknneiodddmfbbpaklighafdocbfnme
Περιγραφή Scalelist enables users to scrape leads from Sales Navigator and enrich them with emails and phones.
Μέγεθος Αρχείου 58.72 KB
Αριθμός Εγκαταστάσεων 2,077
Τρέχουσα Έκδοση 1.0.12
Τελευταία Ενημέρωση 2023-09-27
Ημερομηνία Δημοσίευσης 2023-02-10
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://scalelist.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scalelist.com
URL της Σελίδας Πολιτικής Απορρήτου https://scalelist.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scalelist: Linkedin Scraper & Email Finder",
    "description": "Scalelist enables users to scrape leads from Sales Navigator and enrich them with emails and phones.",
    "version": "1.0.12",
    "manifest_version": 3,
    "action": {
        "default_title": "Scalelist"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                ".\/static\/js\/contentLinkedin.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.scalelist.com\/"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "tabs",
        "scripting"
    ]
}