ChroPath

ChroPath

AutonomIQ offers a developers platform ChroPath to generate and validate unique selectors like relative xpath with iframe support

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ChroPath",
  "author": "Sanjay Kumar",
  "description": "AutonomIQ offers a developers platform ChroPath to generate and validate unique selectors like relative xpath with iframe support",
  "homepage_url": "https://autonomiq.io/chropath/",
  "version": "6.1.5",
  "browser_action": {
    "default_title": "ChroPath",
    "default_popup": "extension/popup.html"
  },
  "devtools_page": "devtools-panel/devtools.html",
  "icons": {
    "48": "icons-48.png",
    "96": "icons-96.png",
    "128": "icons-128.png"
  },
  "background": {
    "scripts": [
      "content-script/browser-polyfill.min.js",
      "extension/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content-script/contentScript.css"
      ],
      "js": [
        "content-script/browser-polyfill.min.js",
        "content-script/contentScript.js",
        "content-script/web-page.js"
      ],
      "all_frames": false,
      "match_about_blank": true
    }
  ],
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}