Ticket360 Firefox

Examine source code of Ticket360

By: Arivoli Add-on
Inspect and view changes in Ticket360 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ticket360",
  "version": "1.8.0",
  "description": "Ultimate Jira Command Center: New Tab dashboard, dynamic widgets, 2D JQL pivots, field history audit & 1-click HTML export.",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "cookies",
    "menus",
    "contextMenus",
    "clipboardWrite",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "https://*.atlassian.net/*",
    "https://*.jira.com/*",
    "<all_urls>"
  ],
  "commands": {
    "get-360-view": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Get 360° View of selected text (Ticket ID, Filter, JQL)"
    }
  },
  "background": {
    "scripts": [
      "src/shared/browser-polyfill.js",
      "src/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "Ticket360"
  },
  "icons": {
    "16": "src/icons/icon16.png",
    "19": "src/icons/icon19.png",
    "24": "src/icons/icon24.png",
    "32": "src/icons/icon32.png",
    "38": "src/icons/icon38.png",
    "48": "src/icons/icon48.png",
    "64": "src/icons/icon64.png",
    "96": "src/icons/icon96.png",
    "128": "src/icons/icon128.png",
    "256": "src/icons/icon256.png",
    "512": "src/icons/icon512.png"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "src/dashboard/dashboard.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.atlassian.net/*",
        "https://*.jira.com/*"
      ],
      "js": [
        "src/shared/browser-polyfill.js",
        "src/content/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/icons/*.png",
    "src/tour.json",
    "src/dashboard/tour.json",
    "src/options/tour.json",
    "ticket360_demo_backup.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ticket360@yourcompany.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Ticket360 Alternatives

Here are some Firefox add-ons that are similar to Ticket360: