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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον campbel3837, και η κύρια λειτουργία του είναι "One-click to scrape B2B leads profile to Excel/CSV. Included name, job, headline, company, educations, skills...".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Profile Scraper - Leadboot
Λήψη αρχείων επέκτασης 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 |
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" } |