Jira Exporter Firefox

Examine source code of Jira Exporter

By: Picsweb
Inspect and view changes in Jira Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Jira Exporter",
  "description": "Export Jira tickets to csv file from Jira board",
  "version": "1.2.0",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_title": "Jira Exporter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.atlassian.net/*/*"
      ],
      "js": [
        "jira.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "clipboardWrite"
  ]
}

Best Jira Exporter Alternatives

Here are some Firefox add-ons that are similar to Jira Exporter: