Wealthsimple Export for YNAB Firefox

Examine source code of Wealthsimple Export for YNAB

Inspect and view changes in Wealthsimple Export for YNAB source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Wealthsimple Transaction Exporter for YNAB",
  "version": "1.0.0",
  "description": "Adds CSV export buttons to Wealthsimple account pages. Exports transactions in YNAB-compatible format (Date, Payee, Memo, Amount).",
  "homepage_url": "https://github.com/smankoo/wealthsimple-export",
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "*://my.wealthsimple.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://my.wealthsimple.com/app/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "wealthsimple-export@smankoo",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Wealthsimple Export for YNAB Alternatives

Here are some Firefox add-ons that are similar to Wealthsimple Export for YNAB: