GTP

GTP

GoTest Pro is a Test Automation Tool meant for Software Developers & Testers for automating test scenarios on Web Applications…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GTP",
  "version": "1.5.47",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery.min.js",
        "lib/cssesc.js",
        "content.js",
        "targetSelector.js",
        "xpath.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "icons": {
    "128": "image/main_1.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "image/main_1.png",
      "38": "image/main_1.png",
      "128": "image/main_1.png"
    },
    "default_title": "GoTest Pro"
  },
  "background": {
    "scripts": [
      "background_constants.js",
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "http://dev-teaf.royalcyber.org/*",
      "http://dev-gtp.royalcyber.org/*",
      "https://dev-gtp.royalcyber.org/*",
      "http://demo-gtp.royalcyber.org/*",
      "http://qa-gtp.royalcyber.org/*",
      "https://qa-gtp.royalcyber.org/*",
      "http://localhost:4200/*",
      "http://35.226.5.47/*",
      "https://app.gtp.royalcyber.org/*",
      "https://gtpapp.royalcyber.org/*",
      "https://app.gotestpro.com/"
    ]
  },
  "permissions": [
    "tabs",
    "debugger",
    "activeTab",
    "<all_urls>",
    "notifications",
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "webNavigation",
    "downloads.shelf",
    "downloads",
    "file://*",
    "storage"
  ],
  "web_accessible_resources": [
    "getFrameId"
  ]
}