Sap Notifier

Sap Notifier

Gets data from SAP and/or the internet and shows it in a small popup. Very easy and highly configurable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sap Notifier",
  "version": "1.2.15",
  "manifest_version": 2,
  "minimum_chrome_version": "18",
  "description": "Gets data from SAP and/or the internet and shows it in a small popup. Very easy and highly configurable.",
  "icons": {
    "16": "notifier_16.png",
    "48": "notifier_48.png",
    "128": "notifier_128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "options_page": "options_chrome.html",
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "notification.htm"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}