Ticket Details Hider

Ticket Details Hider

Adds the ability to show/hide the Details section of TeamDynamix hosted tickets. Note: Only works for desktop version of the site. Mobile is not supported at this time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ticket Details Hider",
  "version": "1.1resigned1",
  "description": "Adds the ability to show/hide the Details section of TeamDynamix hosted tickets.",
  "content_scripts": [
    {
      "matches": [
        "*://*.teamdynamix.com/TDNext/Apps/*/Tickets/TicketDet*"
      ],
      "js": [
        "AddOn.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png",
    "96": "icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cddbdb80-a285-43e1-a246-e728f9793b0a}"
    }
  }
}