Lynkedin BOT Scraper

Scrape data From linkedin Search Results

Lynkedin BOT Scraper란 무엇입니까?

Lynkedin BOT Scraper은(는) Cloud Extractors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape data From linkedin Search Results"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lynkedin BOT Scraper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Try it FREE !! 

Linked-in BOT Scraper is the easiest way to start effective sales. Collect a large number of leads in less time with new software.

Its works on both SALES NAVIGATOR & USER PROFILES to generate leads denepnds on the Level of Degree Connections.

The easiest way to automate Linkedin for business and start effective B2B and B2C sales

Linked-in BOT Scraper is new lead generation software. It’s technology made it possible for us to sell more by collect a large number of leads using less time with Linked-in BOT Scraper. Now you can easily increase your sales with Linkedin Sales Navigator in Linked-in BOT Scraper extension by automated Linkedin Leads. 
 
Just install this Linked-in BOT Scraper auto generate your leads from your Chrome browser and automate sales prospecting                    

확장 프로그램 기본 정보

이름 Lynkedin BOT Scraper Lynkedin BOT Scraper
ID foliafhldahnenmopgiefogllnhlppnk
공식 URL https://chrome.google.com/webstore/detail/lynkedin-bot-scraper/foliafhldahnenmopgiefogllnhlppnk
설명 Scrape data From linkedin Search Results
파일 크기 1.56 MB
설치 횟수 246
현재 버전 1.4
최근 업데이트 2021-05-15
출시 날짜 2020-10-23
평점 1.00/5 총 1 개의 평점
개발자 Cloud Extractors
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cloudextractors.com
도움말 페이지 URL https://www.cloudextractors.com
개인정보 보호 정책 페이지 URL https://cloudextractors.com/privacyPolicy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lynkedin BOT Scraper",
    "version": "1.4",
    "description": "Scrape data From linkedin Search Results",
    "permissions": [
        "downloads",
        "notifications",
        "storage",
        "https:\/\/gooserp.com\/api\/User\/login.php"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "Lynkedin BOT Scraper"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/search\/results\/*",
                "https:\/\/www.linkedin.com\/sales\/search\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}