Bugzilla Automatic Comment from Status Firefox

Examine source code of Bugzilla Automatic Comment from Status

By: pdulvp
Inspect and view changes in Bugzilla Automatic Comment from Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bugzilla Automatic Comment from Status",
  "author": "pdulvp@gmail.com",
  "version": "1.1resigned1",
  "homepage_url": "https://bitbucket.org/pdulvp/webext-bugzilla",
  "description": "This extension automatically prefills issue's comment based on its status and resolution fields",
  "applications": {
    "gecko": {
      "id": "bugzilla-auto-filler@pdulvp",
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "256": "icons/logo-256.png",
    "512": "icons/logo-512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/show_bug.cgi*"
      ],
      "js": [
        "content_scripts/bugzilla.js"
      ]
    }
  ]
}

Best Bugzilla Automatic Comment from Status Alternatives

Here are some Firefox add-ons that are similar to Bugzilla Automatic Comment from Status: