Historial de versiones de Social Outcome Engine - 4 versiones
Social Outcome Engine por Fields‑IQ
Historial de versiones de Social Outcome Engine - 4 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.0.8
Lanzada el 1 de jun. de 2026 - 258,78 KBCompatible con firefox 115.0 y superioresProfile Page Support — Auto-load & Comment- Profile post auto-loading: When visiting a LinkedIn profile page (
/in/), the extension now auto-scrolls the Activity section to extract all of the profile owner's posts. No more "scroll to Activity and try again" — posts load automatically. - Profile comment locator: Auto Paste on a profile post now scrolls to the matching post in the carousel, highlights it with a blue border (4s), and tells the user to click the comment icon and paste. The comment is pre-copied to clipboard.
Messaging Thread Sync- Conversation switch detection: When you select a different conversation in LinkedIn messaging, the Reply tab automatically syncs to the new thread without needing to click refresh.
- Eliminated "bad layout" flash: Fixed a long-standing issue where switching conversations briefly showed malformed message layout before correcting. Now uses a single, consistent extraction path for both initial load and conversation switches.
Smart Page Context Detection- "Coming soon" messaging: When on LinkedIn pages not yet supported (Notifications, Jobs, My Network, Search, etc.), the extension shows a positive "🚀 {PageName} support is coming soon!" message instead of confusing error text.
- LinkedIn SPA navigation watcher: Detects LinkedIn's client-side navigation (which Chrome's
tabs.onUpdatedmisses) so the panel stays in sync as you navigate between LinkedIn sections. - No more stale posts on non-feed pages: Notifications/Jobs/My Network pages no longer accidentally show cached feed posts with broken Comment buttons.
Connect Flow on Profile Pages- Automated Connect + Note: The Connect button on profile pages now automates the full flow: finds the Connect button → clicks "Add a note" → pastes your personalized connection message into the note field. Falls back gracefully if any step fails (message stays in clipboard).
Side Panel Improvements- Icon click always works: Fixed an issue where clicking the extension icon did nothing on certain pages. The panel is now reliably accessible via the toolbar icon on all pages.
- Panel stays open across LinkedIn: Added a catch-all LinkedIn URL pattern so the side panel remains active on all LinkedIn pages (previously it would deactivate on non-feed pages).
Bug Fixes
| Bug | Fix |
|-----|-----|
|/?URL detection bug | Notifications/My Network pages were incorrectly detected as "feed" (because URLs contain/?). Fixed with proper regex matching. |
| Comment locator syntax error | A brace mismatch incomment-locator.jsprevented the entire file from loading on some pages. Fixed. |
| Messaging double-extraction race | Two incompatible extractors were racing — one produced{ senderName, text, timestamp }, the other{ sender, text }. Unified on a single rich extraction path.Se publicó el código fuente bajo la licencia Todos los derechos reservados
- Profile post auto-loading: When visiting a LinkedIn profile page (
Versiones antiguas
Versión 1.0.7
Lanzada el 30 de may. de 2026 - 246,03 KBCompatible con firefox 115.0 y superioresRelease Notes (v1.0.7):
New: Twitter/X platform support
- Scan and engage with tweets directly from the Twitter/X feed
- Generate AI-powered reply comments for tweets
- Auto Paste into Twitter's reply modal
- Platform-aware scoring and filtering for tweets
Improvements:
- "Open Feed" button now navigates to the correct platform (Twitter or LinkedIn) based on active tab
- Fixed Auto Paste success detection on LinkedIn (comment pasted but extension showed error)
- Fixed scroll watcher error on LinkedIn (TypeError: extractPosts().then is not a function)
- Platform-aware content script re-injection (no longer injects LinkedIn scripts on Twitter pages)
- Posts now render correctly without being hidden behind the error section
- Improved inline expansion reliability for Comment/Connect actions
Build & stability:
- Build script handles locked zip files gracefully (EPERM on Windows)
- Firefox sidebar_action properly configured for MV3Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 1.0.6
Lanzada el 30 de may. de 2026 - 246,02 KBCompatible con firefox 115.0 y superioresRelease Notes (v1.0.6):
New: Twitter/X platform support
- Scan and engage with tweets directly from the Twitter/X feed
- Generate AI-powered reply comments for tweets
- Auto Paste into Twitter's reply modal
- Platform-aware scoring and filtering for tweets
Improvements:
- "Open Feed" button now navigates to the correct platform (Twitter or LinkedIn) based on active tab
- Fixed Auto Paste success detection on LinkedIn (comment pasted but extension showed error)
- Fixed scroll watcher error on LinkedIn (TypeError: extractPosts().then is not a function)
- Platform-aware content script re-injection (no longer injects LinkedIn scripts on Twitter pages)
- Posts now render correctly without being hidden behind the error section
- Improved inline expansion reliability for Comment/Connect actions
Build & stability:
- Build script handles locked zip files gracefully (EPERM on Windows)
- Firefox sidebar_action properly configured for MV3Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 1.0.5
Lanzada el 26 de may. de 2026 - 178,9 KBCompatible con firefox 115.0 y superioresVersion 1.0.5
Multi-platform architecture: added X (Twitter) support alongside LinkedIn using a contract-based adapter system
Profile page scanning: posts can now be scanned directly from profile pages, not just the feed
Smarter Connect flow: if you're already on a person's profile, clicking Connect stays on the page instead of opening a duplicate tab
Improved post extraction resilience with selector caching, health monitoring, and text-pattern fallback
Cross-browser compatibility layer for consistent behavior across Chrome, Firefox, and Edge
Context-aware UI messages that adapt based on whether you're on a feed or profile page
Bug fixes: resolved post extraction failure and duplicate variable declarationSe publicó el código fuente bajo la licencia Todos los derechos reservados