ServiceNow Alerts

ServiceNow Alerts

This extension shows status of unassigned queue, and provides quick links to Service Now operations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ServiceNow Alerts",
  "short_name": "ServiceNow Alerts",
  "description": "This extension shows status of unassigned queue, and provides quick links to Service Now operations.",
  "version": "1.5.1",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "ServiceNow Alerts",
    "default_icon": "images/ITSM50.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/ITSM16.png",
    "48": "images/ITSM48.png",
    "128": "images/ITSM128.png"
  },
  "permissions": [
    "alarms",
    "notifications",
    "tabs",
    "storage",
    "idle",
    "*://*/*"
  ]
}