SAP Build Process Automation extension Chrome

SAP Build Process Automation extension Chrome

SAP Build Process Automation extension Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "SAP",
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "match_about_blank": true
    }
  ],
  "description": "SAP Build Process Automation extension Chrome",
  "icons": {
    "64": "img/agent.png",
    "128": "img/agent128.png"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:*/auth/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtx1xtAWdLaGGcpbDQ6AfuClYkne305FovDmvJfByLTV45ck161hC/hChnVAbQbQtUUC+2CCFqKjb3hCgT0Th7e/EB5j3IZjSxa5dJY7/JLyimdOUzVL4vBtq0b2i1CWUWq0EdQnThzaX1LgV/2TVySAZHjczBPiDx/oNQNpwVBz+43t/ohZ+NwesdypxFEPm1IO3LYU6jBMsiOiQ2ArhxQu8OX+kzUzwcd6ujgOUILrdAXLs2vKI6391Fjn20wBUGapAphZUaRcNqu5Y4vjE29z+rJpy5PDbYw08ODl/jgr2Ryr/JzNyC6gbxFcUwepZ3f+JoPh0+RsinruLpr0ZmQIDAQAB",
  "manifest_version": 3,
  "name": "SAP Build Process Automation extension Chrome",
  "permissions": [
    "debugger",
    "tabs",
    "app.window",
    "background",
    "nativeMessaging",
    "webNavigation",
    "scripting",
    "activeTab",
    "management",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "short_name": "CxAppChrome",
  "version": "3.21.3",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "purify.js",
        "enum.js",
        "/Injected.js",
        "/Injected/Injected.js",
        "/Injected/IRPA_FrameworkHelper.js",
        "CxCapture.js",
        "CxSnapshot.js",
        "CxCaptureUI5.js",
        "/Content/CxAppChrome.js",
        "/Content/Runtime/CxAppChrome.js",
        "/Injected/Runtime/Content/CxAppChrome.js",
        "/Content/Capture/CxCapture.js",
        "/Content/Capture/CxSnapshot.js",
        "/Content/Capture/CxCaptureUI5.js",
        "/Injected/Designtime/ListApp/GetFrameworkScript.js",
        "/Injected/Designtime/Web/StartRecordingScript.js",
        "/Injected/Designtime/Generic/StartRecordingScript.js",
        "/Injected/Designtime/Generic/ResumeRecordingScript.js",
        "/Injected/Designtime/Generic/StopRecordingScript.js",
        "/Injected/Designtime/Generic/DisableGetActivityModeScript.js",
        "/Injected/Designtime/Generic/EnableGetActivityModeScript.js",
        "/Injected/Designtime/ARIBA/StartRecordingScript.js",
        "/Injected/Designtime/UI5/StartRecordingScript.js",
        "/Injected/Designtime/SAPWebGui/CaptureScreenStructueScript.js",
        "/Injected/Designtime/SAPWebGui/StartRecordingScript.js",
        "/Injected/Designtime/SAPWebGui/CaptureOnStart.js",
        "/Injected/Designtime/Successfactors/StartRecordingScript.js",
        "/Injected/Runtime/common.js",
        "/Injected/Runtime/web.js",
        "/Injected/Runtime/sapui5.js",
        "/Injected/Runtime/v1_sapui5.js",
        "/Injected/Runtime/ariba.js",
        "/Injected/Runtime/successfactors.js",
        "/Injected/Runtime/webgui.js"
      ]
    }
  ]
}