YNAB export CSV Firefox

Examine source code of YNAB export CSV

Inspect and view changes in YNAB export CSV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YNAB export CSV",
  "description": "Export transactions table from your bank to YNAB ready format",
  "version": "0.5.4",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "page": "background-page.html"
  },
  "permissions": [
    "menus",
    "activeTab",
    "downloads",
    "storage"
  ],
  "options_ui": {
    "page": "/options/options.html"
  },
  "icons": {
    "32": "resources/YNAB-32.png"
  }
}

Best YNAB export CSV Alternatives

Here are some Firefox add-ons that are similar to YNAB export CSV: