Ticket Helper Firefox

Examine source code of Ticket Helper

Inspect and view changes in Ticket Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ticket Helper",
  "version": "0.3.2",
  "description": "Unified ReplyZone tools with separate Ticket Helper and Email Helper sections and separate settings pages.",
  "permissions": [
    "storage",
    "tabs",
    "*://ticket.earthlink.iq/*"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "customers.json",
    "templates.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://ticket.earthlink.iq/*"
      ],
      "js": [
        "shared-ui.js",
        "email-engine.js",
        "ticket-content.js",
        "email-content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Reply Tools Suite",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ticket-helper@talal-jalal-97.local",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Ticket Helper Alternatives

Here are some Firefox add-ons that are similar to Ticket Helper: