Robility Automation

Robility Automation

Locate and save web elements and get their xpath/cssSelector code

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "scripts/eventPage.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "scripts/general.js",
        "scripts/contentScript.js",
        "runtimeScript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Locate and save web elements and get their xpath/cssSelector code",
  "icons": {
    "16": "images/Sutherland16.png",
    "32": "images/Sutherland32.png",
    "48": "images/Sutherland48.png",
    "128": "images/Sutherland128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkeiOMnLGfERh3apTZ3kzlpamogDRbMbKcPl/qDphiw1NQLBSdP9sDapr6vzVShEpIn4gJSMa6fHdIszr76OpD6U6tfFodXsQ4YkCD/ndTL9brpGM5sMpxK4+AD5DxEf3DrX6cq8zHYUhwT5Cdlt+82C/zWIk6Q+xLoYG7cDUTmfWHs6RCBOX0izjywskMbJ76WyD7Fwz1UMrWbF8Su2XRMsuvsLmp570lLjkYZZishAHukO0sIlk6iv3sWNftRywgGHWkLZhCDsGVCf2G9P9ysFwvU8pT9O45DKeb7XtQOMDUX/fRAVoS3EwVdGCCGvHA3rLsBDT8GCEPR/HQVY0MwIDAQAB",
  "manifest_version": 3,
  "name": "Robility Automation",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "nativeMessaging",
    "debugger"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1",
  "web_accessible_resources": [
    {
      "resources": [
        "css/general.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}