Automation Anywhere

Automation Anywhere

Automation Anywhere Enterprise extension to automate web applications in Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Automation Anywhere",
  "version": "11.2.0.0",
  "manifest_version": 2,
  "description": "Automation Anywhere Enterprise extension to automate web applications in Google Chrome.",
  "background": {
    "scripts": [
      "AALogger.js",
      "AAChromeCommunicator.js",
      "AANativeMessagingChrome.js",
      "AAChromeBrowserShim.js",
      "HTMLAACommon.js",
      "HTMLExtentionSocket.js",
      "ChromeTabExecutor.js",
      "HTMLEnum.js",
      "HTMLCommon.js",
      "jquery.min.js",
      "jquery.xpath.js",
      "HTMLRecorder.js"
    ]
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": {
      "19": "images/AAE20.png",
      "38": "images/AAE40.png"
    }
  },
  "icons": {
    "16": "images/AAE16.png",
    "48": "images/AAE50.png",
    "128": "images/AAE128.png",
    "256": "images/AAE.png"
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.supremomono.com/*",
      "*://*.automationanywhere.digital/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "jquery.min.js",
        "jquery.xpath.js",
        "AALogger.js",
        "HTMLRecorder.js",
        "HTMLBridgeAction.js",
        "HTMLExtentionBridge.js",
        "HTMLActionData.js",
        "HTMLEnum.js",
        "HTMLObject.js",
        "HTMLObjectSearch.js",
        "HTMLResult.js",
        "HTMLExecutor.js",
        "HTMLObjectNode.js",
        "HTMLCommon.js",
        "HTMLFrameInfo.js",
        "HTMLPluginObject.js",
        "HTMLWindowAvatar.js",
        "HTMLObjectPath.js",
        "HTMLJavascriptDOMXPath.js",
        "HTMLAACommon.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ]
}