Rally Print

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

What is Rally Print?

Rally Print is a Chrome extension developed by David Alkire, and its main feature is "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Extension Screenshots

screenshot

Download Rally Print Extension CRX File

Download Rally Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Rally Print
Print subset of tickets on Rally's Print Story and Defect Cards page.
This is a simple Chrome extension for use in Rally (https://rally1.rallydev.com).

Usage

On the Print Story and Defect Cards page select a subset of tickets you would like to print. After making your selection, click the filter link to the right of the Print Story Cards button and the tickets that were not selected will disappear. Now when you click the Print Story Cards button, it will only print the ones you selected.

**Disclaimer** 
I am not affiliated with Rally in any way. Any changes to the structure of the Print Story and Defect Cards page could cause this extension not to work.                    

Extension Basic Information

Name Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
Official URL https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Description Print a subset of tickets from the Rally Print Story and Defect Cards page
File Size 33.03 KB
Installation Count 30
Current Version 1.0
Last Updated 2015-06-11
Publish Date 2015-06-10
Developer David Alkire
Payment Type free
Extension Website https://github.com/dalkire/rallyprint
Help Page URL https://github.com/dalkire/rallyprint
Supported Languages en-US
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
}