Profile Scraper - Leadboot

One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills...

Profile Scraper - Leadboot란 무엇입니까?

Profile Scraper - Leadboot은(는) campbel3837에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Profile Scraper - Leadboot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Export confirmed B2B leads profile from Sales Navigator to Excel/CSV.

⭐️Features⭐️
●  Export up to 2500 leads
●  Export  name, job, headline, company, educations, skills...  
●  Resume task progress from saved history
●  Save and download the lead list in EXCEL/CSV                    

확장 프로그램 기본 정보

이름 Profile Scraper - Leadboot Profile Scraper - Leadboot
ID pgijefijihpjioibahpfadkabebenoel
공식 URL https://chromewebstore.google.com/detail/profile-scraper-leadboot/pgijefijihpjioibahpfadkabebenoel
설명 One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills...
파일 크기 5.06 MB
설치 횟수 2,530
현재 버전 1.4.0
최근 업데이트 2024-01-04
출시 날짜 2022-10-10
평점 5.00/5 총 12 개의 평점
개발자 campbel3837
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/16FirEeXrM9fy6URII_pm1vK09kVctd6yT1lmW_ZUpcw/edit?usp=sharing
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "One-click to scrape B2B leads profile to Excel\/CSV. Included name, job, headline, company, educations, skills...  ",
    "default_locale": "en",
    "icons": {
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "icons\/*.gif",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "options_page": ".\/options.html",
    "permissions": [
        "webRequest",
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.linkedradar.com\/*"
    ],
    "version": "1.4.0"
}