LinkedIn Company Ratings version history - 5 versions
LinkedIn Company Ratings by Pratham
LinkedIn Company Ratings version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.4.0
Released 6 Dec 2025 - 14.39 kBWorks with firefox 58.0 and later, android 120.0 and laterRelease Notes - v1.4.0- Content script now loads on every LinkedIn page and self-checks against a supported URL list, so jumping from Feed/Messaging into Jobs, Company, or School pages immediately injects the Glassdoor card without a manual refresh.
- Navigation detection no longer relies on a 500 ms poll. We hook history APIs via an inline script, listen for both native/custom
locationchangeevents, and fall back to a DOMMutationObserver, ensuring SPA transitions consistently rebuild the rating box. - The Glassdoor lookup uses normalized, fuzzy company-name matching (with suffix/location trimming and Levenshtein scoring) so results still resolve when LinkedIn and Glassdoor label entities differently.
Source code released under MIT Licence
Older versions
Version 1.3.0
Released 26 Nov 2025 - 12.02 kBWorks with firefox 58.0 and later, android 120.0 and laterRelease Notes — v1.3.0
What's new?- 24-hour local caching added
Results from Glassdoor are now cached locally to speed up repeated lookups and reduce network requests.
Cached entries automatically expire after 24 hours.
Source code released under MIT Licence
- 24-hour local caching added
Version 1.2.0
Released 25 Nov 2025 - 11.52 kBWorks with firefox 58.0 and later, android 120.0 and laterv1.2.0 – Added School Support + Duplicate Fix- Added support for LinkedIn School Pages (
/school/<id>/) including universities, bootcamps, training institutes, and EdTech organizations. - Improved header block detection for new LinkedIn layouts.
- Improved removal of duplicate rating box which sometimes appeared twice due to SPA re-renders.
- Improved subdomain handling:
- Manifest now correctly matches all LinkedIn subdomains (*.linkedin.com)
- Ensures the extension works on mobile, regional, and alternative LinkedIn hosts
Source code released under MIT Licence
- Added support for LinkedIn School Pages (
Version 1.1.0
Released 25 Nov 2025 - 11.38 kBWorks with firefox 58.0 and laterAdded support for company-linked pages./company/<company-id>/– Company page (no login required)
Source code released under MIT Licence
Version 1.0.1
Released 22 Nov 2025 - 11.19 kBWorks with firefox 58.0 and laterJust removed console logsSource code released under MIT Licence