BetterUp Diagnostic Extension Firefox

Examine source code of BetterUp Diagnostic Extension

Inspect and view changes in BetterUp Diagnostic Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "128": "assets/icons/icon-128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "options_ui": {
    "page": "options/index.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/icon-19.png",
      "38": "assets/icons/icon-38.png"
    },
    "default_title": "BetterUp Diagnostic Extension",
    "default_popup": "popup/index.html"
  },
  "applications": {
    "gecko": {
      "id": "betterup-diagnostic-ext@betterup.com"
    }
  }
}

Best BetterUp Diagnostic Extension Alternatives

Here are some Firefox add-ons that are similar to BetterUp Diagnostic Extension: