RUCKUSOne Helper Firefox

Examine source code of RUCKUSOne Helper

Inspect and view changes in RUCKUSOne Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "R1 Helper",
  "version": "1.0",
  "description": "R1 Helper - Navigate to Ruckus Cloud tenants",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "r1-helper@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}

Best RUCKUSOne Helper Alternatives

Here are some Firefox add-ons that are similar to RUCKUSOne Helper: