YNAB Amazon-Linker Firefox

Examine source code of YNAB Amazon-Linker

By: Roman
Inspect and view changes in YNAB Amazon-Linker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YNAB Amazon-Linker",
  "version": "0.2.0",
  "description": "Turns Amazon order numbers in YNAB memos into clickable order detail links.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.ynab.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ynab-amazon-linker@example.com"
    }
  },
  "permissions": []
}

Best YNAB Amazon-Linker Alternatives

Here are some Firefox add-ons that are similar to YNAB Amazon-Linker: