Amazon Orders to Beancount Firefox

Examine source code of Amazon Orders to Beancount

Inspect and view changes in Amazon Orders to Beancount source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Amazon Orders to Beancount",
  "version": "1.0",
  "developer": {
    "name": "MetroWind",
    "url": "https://darksair.org/"
  },
  "description": "Scrap order info from Amazon, and generate Beancount entries.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/gp/*/order-history?*",
        "*://amazon.com/gp/*/order-history?*",
        "*://*.amazon.com/your-orders/orders?*",
        "*://amazon.com/your-orders/orders?*",
        "*://*.amazon.ca/gp/*/order-history?*",
        "*://amazon.ca/gp/*/order-history?*",
        "*://*.amazon.ca/your-orders/orders?*",
        "*://amazon.ca/your-orders/orders?*"
      ],
      "js": [
        "orders.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "amazon-bean@darksair.org"
    }
  }
}

Best Amazon Orders to Beancount Alternatives

Here are some Firefox add-ons that are similar to Amazon Orders to Beancount: