SAP Simple Document Searcher

SAP Simple Document Searcher

Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SAP Simple Document Searcher",
  "manifest_version": 3,
  "version": "1.4.1",
  "action": {
    "default_popup": "index.html"
  },
  "description": "Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}