NO-HDA

NO-HDA

Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NO-HDA",
  "version": "1.0.9",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent",
  "options_page": "pages/options.html",
  "options_ui": {
    "page": "pages/options.html",
    "chrome_style": true
  },
  "background": {
    "page": "pages/background.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "*://*/*",
    "<all_urls>",
    "chrome://favicon/",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/contentscript.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "scripts/*.js",
    "scripts-3rdParty/*.js",
    "images/*.*",
    "pages/*.html"
  ],
  "browser_action": {
    "name": "NO-HDA - View in Tables"
  }
}