OWA Outlook Web Tab Notification for Chrome

OWA Outlook Web Tab Notification for Chrome

This extension allows you to easily see that you have new outlook mail when using Outlook Web App in Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OWA Outlook Web Tab Notification for Chrome",
  "description": "This extension allows you to easily see that you have new outlook mail when using Outlook Web App in Google Chrome",
  "version": "2.3",
  "browser_action": {
    "name": "Manipulate DOM"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-2.1.1.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}