Session Replay Intelligence HM Firefox

Examine source code of Session Replay Intelligence HM

Inspect and view changes in Session Replay Intelligence HM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Session Replay Intelligence",
  "version": "1.3",
  "description": "Builds intelligent session replays from browsing interactions for workflow analysis.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "replayEngine.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Session Replay Intelligence"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Session-Replay-Intelligence",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Session Replay Intelligence HM Alternatives

Here are some Firefox add-ons that are similar to Session Replay Intelligence HM: