Scraplinkedin - Sales Navigator Data

Leads Extractor Extension for Chrome

Scraplinkedin - Sales Navigator Data là gì?

Scraplinkedin - Sales Navigator Data là một tiện ích mở rộng Chrome được phát triển bởi http://scraplinkedin.io, và tính năng chính của nó là "Leads Extractor Extension for Chrome".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Scraplinkedin - Sales Navigator Data 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

                        Scraplinkedin Sales Navigator Data Extractor Extension for Chrome
Lead Generation using Sales Navigator.

Scraplinkedin.io is an DATA extracter extension that helps you to automate your process of lead generation if you have Sales Navigator Account.

With Scraplinkedin.io, sales and marketing becomes very easy, fast, accurate and productive. 

# What you'll be able to do
Lead Extracter/Leads CSV file
-------------------------------------------------------------
Our Chrome Extension helps you gather data of your leads (Firstname, Lastname, Designation, Company Name, Address) and downloads the CSV file in your browser with very simple and automated process.
if You need Email and Domain then it will be shown in your account as well.

#Getting started
Starting to work with Scraplinkedin takes below steps: 
 - Create a Scraplinkedin account on website: https://scraplinkedin.io/signup
 - Install the Scraplinkedin Chrome extension from the Chrome Web Store or website: https://scraplinkedin.io/
 - Finally, start scraping/extracting your targeted leads using our extension

Scraplinkedin Advantages:
 ✔ Single Click process
 ✔ 100% Accuracy of Domain Finder
 ✔ Business opportunities
 ✔ Automated Domain and Email Finder
 ✔ 24*7 uptime and support
 
For any further questions, feel free to contact us. 

[email protected]                    

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

Tên Scraplinkedin - Sales Navigator Data Scraplinkedin - Sales Navigator Data
ID cgblolfmajjkapknkflkllkimnhcjgnf
URL Chính Thức https://chrome.google.com/webstore/detail/scraplinkedin-sales-navig/cgblolfmajjkapknkflkllkimnhcjgnf
Mô tả Leads Extractor Extension for Chrome
Kích Thước Tệp 96.04 KB
Số Lần Cài Đặt 811
Phiên Bản Hiện Tại 3.0.9
Cập Nhật Lần Cuối 2020-03-02
Ngày Phát Hành 2020-03-02
Đánh Giá 3.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://scraplinkedin.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scraplinkedin - Sales Navigator Data",
    "short_name": "ScrapLeads",
    "description": "Leads Extractor Extension for Chrome",
    "version": "3.0.9",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/sales\/*"
            ],
            "all_frames": true,
            "js": [
                "axdfcgvf.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "web_accessible_resources": [
        "axdfcgvf.min.js",
        "test.js"
    ],
    "browser_action": {
        "default_title": "Scraplinkedin Chrome Extension",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/scraplinkedin.io\/*"
    ]
}