Sophos Central Code Extractor (SCC) Firefox

Examine source code of Sophos Central Code Extractor (SCC)

Inspect and view changes in Sophos Central Code Extractor (SCC) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QR Code Extractor",
  "version": "1.2.1",
  "description": "Extract secret code from QR code URL",
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Extenicon.png",
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "combined.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7a9a780f-2182-4856-a36a-ced91a60387c}"
    }
  }
}

Best Sophos Central Code Extractor (SCC) Alternatives

Here are some Firefox add-ons that are similar to Sophos Central Code Extractor (SCC):