Releases: iannaylor/Social-Intent-Leads
Release list
v1.14.10
Fixes a Follow-ups lead never leaving the "to check" list after being dismissed or marked done. popup.js keeps its own copy of _extractActivityId (separate script context from content.js, no shared module) and that copy had drifted out of sync, missing patterns content.js already had — so it could never resolve a lead's URL back to an activity ID and remove it from the list.
v1.14.9
Static-audit pass over the reply-detection code path: fixes the own-comment-text scraper picking up the account's own profile-card bio instead of an actual comment (confirmed from earlier captured logs), and the same exact-match-with-no-tolerance issue in the structural reply-detection fallback that the notification-lead fixes already addressed elsewhere.
v1.14.8
v1.14.7
Fixes reply-detection rejecting a genuinely real reply as page noise (the side panel narrows Linkedin's layout enough that Reply buttons go icon-only with no visible text, only aria-label) and a garbled reply-author name (name + Author badge + headline all concatenated).
v1.14.6
Fixes activity ID extraction for /feed/?highlightedUpdateUrn=urn%3Ali%3Aactivity%3A.../ links — the exact URL every "Open" click on a Follow-ups notification lead lands on. Reply-detection was silently producing no activity ID on that page at all, regardless of refresh.
v1.14.5
v1.14.4
Chrome extension release build. Download Social-Intent-Comment-Queue.zip, unzip, and load unpacked in chrome://extensions.
Fix: notification-page reply/mention detection was silently dropping every candidate on a page when a linked post URL did not match the expected /feed/update/ or /posts/ shape. Dropped that extra constraint (the phrase-in-link-text match was already sufficient) and added a profile-link fallback so a lead is never silently lost.
v1.14.3
Chrome extension release build. Download Social-Intent-Comment-Queue.zip, unzip, and load unpacked in chrome://extensions.
Since v1.0.1: Airtable-backed Search Profiles (previously local-only, now synced across installs), bulk-regenerate for failed comment drafts, DM banner Done button, fixed company-authored-post name detection, fixed live-overlay author name pulling in post headlines, and various Queue/DM reliability fixes.
v1.0.1 — icon + promo banner
v1.0.1 — real icon, in-app promo banner
Small polish release on top of v1.0.0:
- Real extension icon — replaced the default generic icon with the actual Social Intent logo, at all sizes Chrome needs (16/32/48/128).
- In-app link to socialintent.app — a small banner on the Queue tab's "all done" screen (only shown when there's genuinely nothing left to review, never interrupting active work) pointing to tips, best practices, and the full guide.
No functional/pipeline changes — same as v1.0.0 otherwise.
📖 Full setup guide, FAQ, and how-it-works walkthrough: socialintent.app
What's in this release
Social-Intent-Comment-Queue.zip— the Chrome extension. Unzip it, thenchrome://extensions→ enable Developer mode → Load unpacked → select the unzipped folder.- Everything else needed to run this yourself (the backend, deploy instructions) lives in this repository — see
SETUP.md.
v1.0.0 — Social Intent Comment Queue
Social Intent Comment Queue — Chrome extension
Turn LinkedIn buying-intent signals into a working outreach queue: find posts where someone's describing a problem your product solves, get an AI-scored and drafted comment (or connection note + DM for the strongest matches), review it in one click, paste it in yourself. A human approves and sends every single message — nothing here posts on your behalf.
📖 Full setup guide, FAQ, and how-it-works walkthrough: socialintent.app
What's in this release
Social-Intent-Comment-Queue.zip— the Chrome extension. Unzip it, thenchrome://extensions→ enable Developer mode → Load unpacked → select the unzipped folder.- Everything else needed to run this yourself (the backend, deploy instructions) lives in this repository — see
SETUP.md.
What it does
- Finds intent signals — scans LinkedIn for posts where someone's actively describing a pain point your product solves, not just a keyword match.
- Scores and drafts with Claude — ranks each post 0-5 on genuine buying intent, flags agency/consultant "influencers" separately from personal buyers, and drafts a comment (plus a connection note and DM for the strongest matches) in your own voice.
- Human approves everything — every comment, connection note, and DM is a draft you review, edit, and send yourself. No auto-posting, ever.
- Follows the conversation, not just the first comment — detects when someone replies to a comment you've left, and drafts a natural follow-up that keeps the conversation moving toward a real gap your product fills, without turning it into a pitch.
- Optional live browsing overlay — highlights posts matching your products' intent keywords right on the page while you're casually scrolling LinkedIn, toggle it on/off in Settings.
- Self-hosted, your data — runs on your own backend deploy and your own Airtable base; nothing shared, nothing rented.
Questions or setup issues → socialintent.app has the FAQ and full walkthrough.