IBKR Data Dive Firefox

Examine source code of IBKR Data Dive

Inspect and view changes in IBKR Data Dive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "IBKR Data Dive",
  "version": "1.1",
  "description": "Adds inline position data (%) and live conversion to EUR.",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://open.er-api.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.interactivebrokers.ie/portal/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@ibkr-data-dive",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives IBKR Data Dive

Voici quelques Firefox add-ons qui sont similaires à IBKR Data Dive :