Extractor Montos Firefox

Examine source code of Extractor Montos

Inspect and view changes in Extractor Montos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extractor de Montos",
  "version": "1.0",
  "description": "Extrae montos negativos de transferencias enviadas y recibidas para una fecha específica.",
  "permissions": [
    "activeTab",
    "tabs",
    "https://claropay.com.ar/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://claropay.com.ar/Movimientos"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{389b6f34-a77a-47d7-9416-b7b23a601425}"
    }
  }
}

Best Extractor Montos Alternatives

Here are some Firefox add-ons that are similar to Extractor Montos: