ITIL Dictionary Tooltips

ITIL Dictionary Tooltips

Provide definitions of ITIL terms as tooltips

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ITIL Dictionary Tooltips",
  "version": "1.4.5",
  "manifest_version": 2,
  "description": "Provide definitions of ITIL terms as tooltips",
  "content_scripts": [
    {
      "matches": [
        "https://yale.service-now.com/*",
        "https://yaletest.service-now.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "jquery-1.7.2.min.js",
        "core.js"
      ],
      "all_frames": true
    }
  ]
}