TestArchitect UI Mapify Firefox

Examine source code of TestArchitect UI Mapify

Inspect and view changes in TestArchitect UI Mapify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.0.23",
  "name": "TestArchitect UI Mapify",
  "short_name": "TA UIMapify",
  "manifest_version": 3,
  "description": "Instantly auto-generate the most robust locator including Xpath, CSS selector and more for use with TestArchitect product.",
  "icons": {
    "16": "images/interface_viewer16.png",
    "48": "images/interface_viewer48.png",
    "128": "images/interface_viewer128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/interface_viewer16.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "TestArchitect UI Mapify"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "webNavigation",
    "activeTab",
    "clipboardWrite",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@testarchitect.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/script.js"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "devtools_page": "devtools/devtools.html"
}

Meilleures alternatives TestArchitect UI Mapify

Voici quelques Firefox add-ons qui sont similaires à TestArchitect UI Mapify :