RealLoad Test Recorder Firefox

Examine source code of RealLoad Test Recorder

Inspect and view changes in RealLoad Test Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "RealLoad Test Recorder supports the recordings of browser user journeys to be used for Performance Tests and Synthetic Monitoring",
  "manifest_version": 2,
  "name": "RealLoad Test Recorder",
  "version": "0.10.0",
  "homepage_url": "https://www.realload.com/",
  "background": {
    "scripts": [
      "backgroundAuth.js"
    ]
  },
  "icons": {
    "48": "img/realLoadLogo/Logo48.png",
    "96": "img/realLoadLogo/Logo96.png",
    "128": "img/realLoadLogo/Logo128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "tabs",
    "cookies",
    "browsingData",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/realLoadLogo/Logo16.png",
      "32": "img/realLoadLogo/Logo32.png",
      "64": "img/realLoadLogo/Logo64.png"
    },
    "default_title": "RealLoad Test Recorder",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "browser_style": true,
    "page": "options/options.html"
  },
  "web_accessible_resources": [
    "help/index.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "realLoadExtension@realload.com"
    }
  }
}

Best RealLoad Test Recorder Alternatives

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