LinkedIn Sales Navigator Scraper

This tool allows you to download all visible LinkedIn Sales Navigator profile data easily, and conveniently.

LinkedIn Sales Navigator Scraper là gì?

LinkedIn Sales Navigator Scraper là một tiện ích mở rộng Chrome được phát triển bởi http://orion.black, và tính năng chính của nó là "This tool allows you to download all visible LinkedIn Sales Navigator profile data easily, and conveniently.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkedIn Sales Navigator Scraper

Tải xuống các tệp mở rộng LinkedIn Sales Navigator Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Updates 8/9/2021::
- We are now connected directly to multiple enrichment databases and include email finding (powered by Hunter.io, Clearbit, and more!)
- We have fixed our free trial system and you can now try our tool for free, no credit card required!

**If you are currently a user of this tool, please email us at [email protected] with any questions on migrating your account



This tool allows you to download all visible LinkedIn Sales Navigator profile data easily, and conveniently.

We have officially launched our first version in August 2021 and addressed all of the issues and requests that our beta community members and early reviewers left here on the Chrome Store. We can't thank you enough for your feedback and support!

Frequently asked questions: 
https://blog.orion.black/frequently-asked-questions

What is scraped? Sample data includes:
https://blog.orion.black/what-data-is-exported

✓ Save countless hours by saving profile information for prospects + finding their email address from the most popular professional networks using LinkedIn Sales Navigator Scraper. Just set it to run, and let the tool do the rest! 

✓ Easily export your lists to CSV format.

LinkedIn Sales Navigator Scraper is a great list building tool for many types of professionals. It makes things just easier for many people:

• Recruiters can extend their sourcing abilities
• Sales managers can do better prospecting, and finding more leads to add to their email sequences.
• Marketers can find and research bloggers, journalists, website owners and contact them in just a few clicks.
• Data Analysts can now easily gather information for their research

The LinkedIn Sales Navigator Scraper does not interfere with other popular email addresses lookup Chrome Extensions including Clearbit, hunter.io, etc -- we actually include these into your plan at no extra charge! Simply scrape the profile information with this tool, then export it as a CSV! In our v1 update we have included email finding + email validation, making this an all-in-one B2B prospecting tool!

We hope you enjoy this extension and encourage you to express your thoughts, opinions or issues (if you have any) with our support team: [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkedIn Sales Navigator Scraper LinkedIn Sales Navigator Scraper
ID ejhfbhfjhlcodcdjmfjolnoekcenhdde
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-sales-navigator/ejhfbhfjhlcodcdjmfjolnoekcenhdde
Mô tả This tool allows you to download all visible LinkedIn Sales Navigator profile data easily, and conveniently.
Kích Thước Tệp 4.27 MB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-01-23
Ngày Phát Hành 2020-06-30
Đánh Giá 3.80/5 Tổng số 15 Đánh Giá
Nhà Phát Triển http://orion.black
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://orion.black
URL Trang Trợ Giúp https://blog.orion.black/frequently-asked-questions
URL Trang Chính Sách Bảo Mật https://orion.black/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Sales Navigator Scraper",
    "description": "This tool allows you to download all visible LinkedIn Sales Navigator profile data easily, and conveniently.",
    "options_ui": {
        "page": "\/core\/options\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "\/assets\/icons\/icon16-prod.png",
        "32": "\/assets\/icons\/icon32-prod.png",
        "48": "\/assets\/icons\/icon48-prod.png",
        "128": "\/assets\/icons\/icon128-prod.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/icons\/icon128-prod.png",
        "default_popup": "\/core\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/linkedinsalesnavigatorscraper.com\/"
            ],
            "js": [
                "\/core\/content_script\/content_script.js"
            ],
            "css": [
                "\/assets\/css\/dom.css",
                "\/assets\/css\/dom-swal.css",
                "\/assets\/css\/dom-database.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/core\/background\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/*.stripe.com; object-src 'self'",
    "version": "1.1.0"
}