Zabbix Browser Recorder Firefox

Examine source code of Zabbix Browser Recorder

Inspect and view changes in Zabbix Browser Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Zabbix Browser Recorder",
  "description": "Record a web journey and generate a Zabbix Browser monitoring scenario.",
  "version": "1.6.16",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Zabbix Browser Recorder",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "zabbix-browser-recorder@zabbix-france.fr",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Zabbix Browser Recorder Alternatives

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