Integrations

Chrome extension

Install the Prosyo Chrome extension to export LinkedIn and Sales Navigator people, save profiles, enrich and add them to campaigns.

On this page

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 →

Prosyo: Book Meetings on Autopilot on the Chrome Web Store

What it can do#

On this LinkedIn pageYou can
People searchExport the result cards on the page (up to 100 at a time)
Sales Navigator lead searchExport the leads on the page
Profile / Sales Navigator leadSave one person
PostCapture 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#

  1. Open the Chrome Web Store listing.
  2. Click Add to Chrome, then Add extension.
  3. 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#

  1. In Prosyo, go to Integrations → Chrome extension & API.
  2. Click Generate API token.
  3. Copy the token now. Prosyo shows it once.
  1. Click the Prosyo icon in Chrome.
  2. Paste the token into API token and click Connect workspace.
  3. The popup shows your workspace and remaining import quota.

Capture people#

  1. Run a search on LinkedIn or Sales Navigator.
  2. Click the Prosyo control on the page.
  3. Pick a list, or create one.
  4. Click Export N to Prosyo. This exports the result cards currently on the page, up to 100.
  5. Scroll or go to the next page, then export again.

From a profile#

  1. Open someone's LinkedIn profile or Sales Navigator lead page.
  2. Click the Prosyo control, pick a list and save.

From post comments#

  1. Open a LinkedIn post.
  2. 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:

ButtonWhat it does
Rotate tokenIssues a new token and revokes every active token in the workspace. Every install must paste the new token.
Revoke all tokensDisconnects 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#

ProblemFix
No Prosyo control on LinkedInRefresh 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 exportedOnly cards visible on the page are exported, up to 100. Scroll and export again.
Import quota reachedWait 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>.

MethodPathWhat it does
GET/sessionCheck the token and read your plan and import quota
POST/leadsAdd prospects (up to 100 per request)
GET/prospectsSearch and read your prospects
POST/enrichQueue AI research or a first-touch line
POST/bulkTag, stage or list prospects in bulk
GET/boardsLists, tags and pipeline stages
GET/inboxLatest replies and threads
GET/campaignsList campaigns
POST/campaignsEnroll prospects in a campaign

See the full API reference and Custom triggers for examples.