Laemon, Never miss a LinkedIn Message

Get notified of Important LinkedIn™ messages
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "__MSG_author__",
  "background": {
    "scripts": [
      "js/jquery-2.2.3.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon_offline.png",
    "default_popup": "html/popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/zocial-email_16_3_0077b5_none.png",
    "48": "img/zocial-email_48_3_0077b5_none.png",
    "128": "img/zocial-email_128_3_0077b5_none.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "html/options.html",
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "permissions": [
    "*://*.linkedin.com/",
    "notifications",
    "tabs",
    "storage"
  ],
  "short_name": "__MSG_shor__",
  "version": "0.0.0.6",
  "web_accessible_resources": [
    "*"
  ]
}