SAP Any Search

SAP Any Search

Provides an easy way to search/download SAP Notes, use SAP xSearch, SAP SCN Search and rz10 search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SAP Any Search",
  "version": "1.3.2",
  "description": "Provides an easy way to search/download SAP Notes, use SAP xSearch, SAP SCN Search and rz10 search.",
  "omnibox": {
    "keyword": "search"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png"
  },
  "background": {
    "scripts": [
      "functions.js"
    ]
  },
  "homepage_url": "http://www.rz10.de/",
  "permissions": [
    "tabs",
    "https://service.sap.com/*",
    "https://*.sap-ag.com/*",
    "https://*.sap-ag.de/*",
    "*://www.rz10.de/*",
    "contextMenus",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_title": "SAP Any Search",
    "default_popup": "popup.html"
  }
}