SAP Notes and Support

SAP Notes and Support

Allows you to search for SAP Notes and reach other sap support servicies just in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/sap_32.png",
    "default_popup": "popup.html"
  },
  "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "SAP Notes and Support",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "short_name": "SAP Notes",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.2"
}