Scraplinkedin - Sales Navigator Data

Leads Extractor Extension for Chrome

Scraplinkedin - Sales Navigator Data란 무엇입니까?

Scraplinkedin - Sales Navigator Data은(는) http://scraplinkedin.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leads Extractor Extension for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Scraplinkedin - Sales Navigator Data 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Scraplinkedin - Sales Navigator Data Scraplinkedin - Sales Navigator Data
ID cgblolfmajjkapknkflkllkimnhcjgnf
공식 URL https://chrome.google.com/webstore/detail/scraplinkedin-sales-navig/cgblolfmajjkapknkflkllkimnhcjgnf
설명 Leads Extractor Extension for Chrome
파일 크기 96.04 KB
설치 횟수 811
현재 버전 3.0.9
최근 업데이트 2020-03-02
출시 날짜 2020-03-02
평점 3.40/5 총 10 개의 평점
개발자 http://scraplinkedin.io
결제 유형 free
지원되는 언어 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\/*"
    ]
}