Jira Templates Firefox

Examine source code of Jira Templates

Inspect and view changes in Jira Templates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Jira Templates",
  "version": "1.4.2",
  "description": "Supercharge your Jira workflow with predefined templates. Create templates with placeholders you could navigate to.",
  "author": "Rowell Heria",
  "homepage_url": "https://rowell.heria.uk/jira-templates",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/vendor.js",
        "js/content-script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ]
}

Best Jira Templates Alternatives

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