JSAutomate

JSAutomate

Development Tool - Monitoring and QA Browser Automation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "JSAutomate",
  "version": "2.0.3",
  "description": "Development Tool - Monitoring and QA Browser Automation.",
  "author": "Glen Giancola",
  "icons": {
    "48": "logo.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "exclude_matches": [
        "https://www.jsavisual.com/*",
        "http://localhost/*"
      ],
      "matches": [
        "*://*/*"
      ],
      "js": [
        "html2canvas.js",
        "jquery-3.4.1.min.js",
        "bililiteRange.js",
        "jquerysendkeysjs.js",
        "jsa-receiver-2.0.3-min.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}