Add JIRA Internal Comment Firefox

Examine source code of Add JIRA Internal Comment

By: GxGL
Inspect and view changes in Add JIRA Internal Comment source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Add JIRA Internal Comment",
  "version": "3.9.0",
  "description": "Adds a checkbox to insert #internal# text into JIRA's comment.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6b56cf89-89e3-a49b-09ff-d5f18fd4dcc0}"
    }
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/jira/*",
        "https://*/jira/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "jquery.js"
  ]
}

Best Add JIRA Internal Comment Alternatives

Here are some Firefox add-ons that are similar to Add JIRA Internal Comment: