Contabo Export Helper Firefox

Examine source code of Contabo Export Helper

By: Joe Add-on
Inspect and view changes in Contabo Export Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Contabo Export Helper",
  "version": "1.2",
  "description": "Export Contabo payment history to CSV",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-addon-development@brosef-it.at",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://new.contabo.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Contabo Payment Export"
  },
  "content_scripts": [
    {
      "matches": [
        "https://new.contabo.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Contabo Export Helper Alternatives

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