Profile Scraper - Leadboot
One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills...
Profile Scraper - Leadboot là gì?
Profile Scraper - Leadboot là một tiện ích mở rộng Chrome được phát triển bởi campbel3837, và tính năng chính của nó là "One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills...".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Profile Scraper - Leadboot
Tải xuống các tệp mở rộng Profile Scraper - Leadboot 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Profile Scraper - Leadboot |
ID | pgijefijihpjioibahpfadkabebenoel |
URL Chính Thức | https://chromewebstore.google.com/detail/profile-scraper-leadboot/pgijefijihpjioibahpfadkabebenoel |
Mô tả | One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills... |
Kích Thước Tệp | 5.06 MB |
Số Lần Cài Đặt | 2,530 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2024-01-04 |
Ngày Phát Hành | 2022-10-10 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | campbel3837 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/16FirEeXrM9fy6URII_pm1vK09kVctd6yT1lmW_ZUpcw/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | 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" } |