Wealthsimple Trade Export to Excel (CSV XLS file) Firefox

Examine source code of Wealthsimple Trade Export to Excel (CSV XLS file)

By: JWallet Add-on
Inspect and view changes in Wealthsimple Trade Export to Excel (CSV XLS file) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Wealthsimple Trade Enhancer",
  "description": "Enhances Wealthsimple Trade",
  "author": "jwallet",
  "version": "0.2.0",
  "manifest_version": 2,
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://my.wealthsimple.com/*"
      ],
      "js": [
        "src/main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "assets/icon-48.png",
    "64": "assets/icon-64.png",
    "96": "assets/icon-96.png",
    "128": "assets/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://my.wealthsimple.com/*",
    "https://trade-service.wealthsimple.com/*"
  ],
  "web_accessible_resources": [
    "assets/index-DuUwOg-D.js",
    "assets/main-BPvgi06w.css",
    "assets/src/main-CvpWX37q.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d202e0f-f737-450f-b775-f02a4ad62dfb}"
    }
  }
}

Best Wealthsimple Trade Export to Excel (CSV XLS file) Alternatives

Here are some Firefox add-ons that are similar to Wealthsimple Trade Export to Excel (CSV XLS file):