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文件

下載Profile Scraper - Leadboot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}