Zendesk Priority Highlights Firefox

Examine source code of Zendesk Priority Highlights

Inspect and view changes in Zendesk Priority Highlights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Alex Culligan",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f76d8b72-ebdb-4116-8387-6f86526329cd}"
    }
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "matches": [
        "https://*.zendesk.com/agent/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Highlight Zendesk tickets in Views based on priority",
  "icons": {
    "16": "img/default/16.png",
    "24": "img/default/24.png",
    "32": "img/default/32.png",
    "48": "img/default/48.png",
    "128": "img/default/128.png",
    "256": "img/default/256.png"
  },
  "manifest_version": 2,
  "name": "Zendesk Priority Highlights",
  "options_ui": {
    "page": "html/options.html"
  },
  "page_action": {
    "default_icon": {
      "16": "img/active/16.png",
      "24": "img/active/24.png",
      "32": "img/active/32.png",
      "48": "img/active/48.png",
      "128": "img/active/128.png",
      "256": "img/active/256.png"
    },
    "default_popup": "html/popup-options.html",
    "show_matches": [
      "https://*.zendesk.com/agent/filters/*"
    ]
  },
  "permissions": [
    "activeTab",
    "https://*.zendesk.com/agent/*",
    "storage"
  ],
  "short_name": "Priority Highlights",
  "version": "1.2.6"
}

Best Zendesk Priority Highlights Alternatives

Here are some Firefox add-ons that are similar to Zendesk Priority Highlights: