Rally Print

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

Wat is Rally Print?

Rally Print is een Chrome-extensie ontwikkeld door David Alkire, en de belangrijkste functie is "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rally Print

Download Rally Print-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
Officiële URL https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Beschrijving Print a subset of tickets from the Rally Print Story and Defect Cards page
Bestandsgrootte 33.03 KB
Aantal Installaties 30
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-11
Publicatiedatum 2015-06-10
Ontwikkelaar David Alkire
Betalingswijze free
Extensiewebsite https://github.com/dalkire/rallyprint
Help Pagina-URL https://github.com/dalkire/rallyprint
Ondersteunde Talen 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
}