Official Export Excel for Trello

Official Export Excel for Trello

Official Export Trello Boards to Excel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Official Export Excel for Trello",
  "version": "7.2",
  "manifest_version": 3,
  "description": "Official Export Trello Boards to Excel",
  "icons": {
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/jquery-2.1.0.min.js",
        "lib/FileSaver.js",
        "lib/xlsx.js",
        "lib/jszip.min.js",
        "trelloexport.js"
      ]
    }
  ]
}