Page Interaction Tracker Firefox

Examine source code of Page Interaction Tracker

By: dysu
Inspect and view changes in Page Interaction Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Interaction Tracker",
  "version": "1.0",
  "description": "Track user interactions (clicks, hovers, keypresses) on any webpage, set interaction goals, and export reports in JSON or CSV with a green-silver gradient chart interface.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a6da3b78-7d55-4d14-ac3b-ff5a80552aa1}"
    }
  }
}

Best Page Interaction Tracker Alternatives

Here are some Firefox add-ons that are similar to Page Interaction Tracker: