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 Dec 09, 2025.
{
"manifest_version": 3,
"name": "LinkedIn\u2122 Alerts",
"description": "Get real-time notifications for new connection requests and messages with this LinkedIn Extension.",
"version": "1.32",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"128": "alert.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "options.html"
},
"permissions": [
"https:\/\/www.linkedin.com\/*"
]
}