LinkedIn Notification Alert
Notifies you when you have messages or alerts in LinkedIn.
What is LinkedIn Notification Alert?
LinkedIn Notification Alert is a Chrome extension developed by sarvesh.bathija, and its main feature is "Notifies you when you have messages or alerts in LinkedIn.".
Extension Screenshots
Download LinkedIn Notification Alert Extension CRX File
Download LinkedIn Notification Alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Notifies you when you have messages or alerts in LinkedIn. Extension Basic Information
| Name | |
| ID | plkpnholoolffdomeibjelajhlofndfk |
| Official URL | https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk |
| Description | Notifies you when you have messages or alerts in LinkedIn. |
| File Size | 127 KB |
| Installation Count | 6,000 |
| Current Version | 1.8 |
| Last Updated | 2014-04-23 |
| Publish Date | 2014-04-23 |
| Rating | 4.10/5 Total 29 Ratings |
| Developer | sarvesh.bathija |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LinkedIn Notification Alert",
"version": "1.8",
"manifest_version": 2,
"description": "Notifies you when you have messages or alerts in LinkedIn.",
"browser_action": {
"default_icon": "linkedin-32x32.png"
},
"icons": {
"128": "linkedin-128x128.png",
"16": "linkedin-16x16.png",
"32": "linkedin-32x32.png",
"48": "linkedin-48x48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs",
"https:\/\/www.linkedin.com\/",
"storage"
]
} | |