DeploySentinel Recorder Firefox

Examine source code of DeploySentinel Recorder

Inspect and view changes in DeploySentinel Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.6.1",
  "manifest_version": 2,
  "name": "DeploySentinel Recorder",
  "description": "Record browser interactions to auto generate Cypress, Playwright and Puppeteer test scripts.",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "Icon32.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "Icon32.png",
    "128": "Icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "webNavigation",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.deploysentinel.com/*"
      ],
      "js": [
        "bridge.bundle.js"
      ]
    },
    {
      "matches": [
        "http://localhost/*"
      ],
      "js": [
        "bridge.bundle.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6c4f729b-857f-4c2b-81a6-572377f49e27}"
    }
  }
}

Best DeploySentinel Recorder Alternatives

Here are some Firefox add-ons that are similar to DeploySentinel Recorder: