Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 05, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.edcea4c6.png", "32": "icon32.3559eac5.png", "48": "icon48.d6db0a3b.png", "128": "icon128.94c206aa.png" }, "manifest_version": 3, "action": { "default_title": "LinkedIn Salary Estimator", "default_popup": "popup.html", "default_icon": { "16": "icon16.edcea4c6.png", "32": "icon32.3559eac5.png", "48": "icon48.d6db0a3b.png", "128": "icon128.94c206aa.png" } }, "version": "1.0.0", "author": "LinkedIn Salary Estimator Team", "name": "LinkedIn Salary Estimator", "description": "Estimate salaries from LinkedIn profiles. Get accurate income insights based on job titles, companies, and experience.", "background": { "service_worker": "static\/background\/index.js" }, "devtools_page": "devtools.html", "permissions": [ "storage", "scripting", "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.1d473d26.js" ], "css": [] } ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }