Rally Print

Rally Print

Print a subset of tickets from the Rally Print Story and Defect Cards page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rally Print",
  "version": "1.0",
  "description": "Print a subset of tickets from the Rally Print Story and Defect Cards page",
  "content_scripts": [
    {
      "matches": [
        "https://rally1.rallydev.com/*"
      ],
      "js": [
        "jquery.min.js",
        "rallyprint.js"
      ]
    }
  ],
  "manifest_version": 2
}