A simple Chrome extension for scraping LinkedIn profiles and saving leads to a CRM.
- Extract profile data from LinkedIn
- Copy outreach message
- Save lead to backend API
- Dashboard (in progress)
-
Clone the repo
-
Create a
config.jsfile in the root:
export const BASE_URL = "https://your-api-url.com";