Jira Bugzilla Sync Companion Firefox

Examine source code of Jira Bugzilla Sync Companion

By: Mossop
Inspect and view changes in Jira Bugzilla Sync Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "description": "Supplements the Jira Bugzilla Integration with in-browser assistance.",
  "page_action": {
    "default_icon": "icons/jira.svg",
    "default_title": "Open in Jira"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bugzilla-dev.allizom.org/*",
        "https://bugzilla.mozilla.org/*"
      ],
      "js": [
        "scripts/bugzilla.js"
      ]
    },
    {
      "matches": [
        "https://mozilla-hub-sandbox-721.atlassian.net/*",
        "https://mozilla-hub.atlassian.net/*"
      ],
      "js": [
        "scripts/jira.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "https://jbi.services.mozilla.com/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{34996bc7-781f-4c75-a94e-99796d3f6656}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "version": "1.0.6",
  "name": "Jira Bugzilla Sync Companion"
}

Best Jira Bugzilla Sync Companion Alternatives

Here are some Firefox add-ons that are similar to Jira Bugzilla Sync Companion: