Mixpanel Data Inspector Firefox

Examine source code of Mixpanel Data Inspector

Inspect and view changes in Mixpanel Data Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mixpanel",
  "version": "2.7",
  "description": "",
  "icons": {
    "48": "icons/purple-x-48.png",
    "128": "icons/purple-x-128.png"
  },
  "browser_action": {
    "default_title": "Mixpanel"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@mixpanel.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_security_policy": "script-src 'self';",
  "web_accessible_resources": [
    "index.html"
  ],
  "devtools_page": "devtools.html",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/content_isolated.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/content_page.js"
      ],
      "world": "MAIN"
    }
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  }
}

Best Mixpanel Data Inspector Alternatives

Here are some Firefox add-ons that are similar to Mixpanel Data Inspector: