- Prosyo Docs
- Integrations
- Chrome extension
On this page
- What it can do
- What it never does
- Set up (3 minutes)
- 1. Install
- 2. Generate an API token
- 3. Link the extension
- Capture people
- From a people search or Sales Navigator search
- From a profile
- From post comments
- After you save
- Quota and duplicates
- Manage tokens
- Troubleshooting
- Use the API directly (advanced)
Prosyo: Book Meetings on Autopilot is a Chrome extension that saves people from LinkedIn and Sales Navigator straight into your Prosyo lists. Enrich them or add them to a campaign without leaving the page.
Install from the Chrome Web Store →

What it can do#
| On this LinkedIn page | You can |
|---|---|
| People search | Export the result cards on the page (up to 100 at a time) |
| Sales Navigator lead search | Export the leads on the page |
| Profile / Sales Navigator lead | Save one person |
| Post | Capture the people who commented |
After each save you can Enrich, Add to a campaign, or Open in Prosyo.
What it never does#
- Send connection requests, messages or InMail. Sending always happens from your campaigns, under your limits.
- Invent emails, phone numbers or websites.
- Put your Prosyo token on the LinkedIn page. It stays in the extension on your computer.
Set up (3 minutes)#
1. Install#
- Open the Chrome Web Store listing.
- Click Add to Chrome, then Add extension.
- Click the puzzle-piece icon in Chrome's toolbar and pin Prosyo so it's easy to reach.
It also works in other Chromium browsers that support the Chrome Web Store, such as Edge and Brave.
2. Generate an API token#
- In Prosyo, go to Integrations → Chrome extension & API.
- Click Generate API token.
- Copy the token now. Prosyo shows it once.
3. Link the extension#
- Click the Prosyo icon in Chrome.
- Paste the token into API token and click Connect workspace.
- The popup shows your workspace and remaining import quota.
Capture people#
From a people search or Sales Navigator search#
- Run a search on LinkedIn or Sales Navigator.
- Click the Prosyo control on the page.
- Pick a list, or create one.
- Click Export N to Prosyo. This exports the result cards currently on the page, up to 100.
- Scroll or go to the next page, then export again.
From a profile#
- Open someone's LinkedIn profile or Sales Navigator lead page.
- Click the Prosyo control, pick a list and save.
From post comments#
- Open a LinkedIn post.
- Click the Prosyo control, pick a list and capture the commenters.
After you save#
You'll see Saved successfully, then choose:
- Enrich: fill title, company and research from real sources. 1 credit per person.
- Add to a campaign: enroll the people in a campaign.
- Open in Prosyo: jump to the prospects.
Quota and duplicates#
- New people count toward your monthly import limit.
- Saving someone who's already in your workspace updates their record and doesn't use quota.
Manage tokens#
In Integrations → Chrome extension & API:
| Button | What it does |
|---|---|
| Rotate token | Issues a new token and revokes every active token in the workspace. Every install must paste the new token. |
| Revoke all tokens | Disconnects every extension install for this workspace |
Tokens follow your workspace role and plan limits. If a teammate leaves the workspace, their tokens stop working.
Troubleshooting#
| Problem | Fix |
|---|---|
| No Prosyo control on LinkedIn | Refresh the LinkedIn tab. Check that the extension is turned on at chrome://extensions. |
| "Invalid token" | The token was rotated or revoked. Generate a new one and paste it. |
| Only some people exported | Only cards visible on the page are exported, up to 100. Scroll and export again. |
| Import quota reached | Wait for next month, or upgrade your plan. |
Use the API directly (advanced)#
The same token works with the Prosyo API, so tools like n8n and Zapier can add leads too. Base URL: https://app.prosyo.com/api/v1/ext. Send the token as Authorization: Bearer <token>.
| Method | Path | What it does |
|---|---|---|
| GET | /session | Check the token and read your plan and import quota |
| POST | /leads | Add prospects (up to 100 per request) |
| GET | /prospects | Search and read your prospects |
| POST | /enrich | Queue AI research or a first-touch line |
| POST | /bulk | Tag, stage or list prospects in bulk |
| GET | /boards | Lists, tags and pipeline stages |
| GET | /inbox | Latest replies and threads |
| GET | /campaigns | List campaigns |
| POST | /campaigns | Enroll prospects in a campaign |
See the full API reference and Custom triggers for examples.
