Service Now Linker

Service Now Linker

Turns each Service Now number into a link to the SN page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Service Now Linker",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Turns each Service Now number into a link to the SN page.",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "jquery-1.7.2.min.js",
        "core.js"
      ],
      "all_frames": true
    }
  ]
}