SAP Intelligent RPA Extension

SAP Intelligent RPA Extension

SAP Intelligent RPA Extension for Edge [Deprecated, see SAP Note 3224093]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "SAP",
  "background": {
    "scripts": [
      "enum.js",
      "background.js",
      "background_recorder.js",
      "background_studio.js",
      "keys.js",
      "localization.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "enum.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "SAP Intelligent RPA Extension for Edge [Deprecated, see SAP Note 3224093]",
  "icons": {
    "64": "img/agent.png",
    "128": "img/agent128.png"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:*/auth/*"
    ]
  },
  "manifest_version": 2,
  "name": "SAP Intelligent RPA Extension",
  "permissions": [
    "<all_urls>",
    "debugger",
    "tabs",
    "app.window",
    "background",
    "nativeMessaging",
    "webNavigation",
    "management"
  ],
  "short_name": "CxAppEdge",
  "version": "2.0.39.0",
  "web_accessible_resources": [
    "enum.js",
    "Injected.js",
    "CxAppChrome.js",
    "CxCapture.js",
    "CxCaptureUI5.js",
    "params.json"
  ]
}