Rally Print

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

Hvad er Rally Print?

Rally Print er en Chrome-udvidelse udviklet af David Alkire, og dens hovedfunktion er "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Udvidelsesskærmbilleder

screenshot

Download Rally Print-udvidelses-CRX-fil

Download Rally Print-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
Officiel URL https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Beskrivelse Print a subset of tickets from the Rally Print Story and Defect Cards page
Filstørrelse 33.03 KB
Antal Installationer 30
Nuværende Version 1.0
Senest Opdateret 2015-06-11
Udgivelsesdato 2015-06-10
Udvikler David Alkire
Betalingsmetode free
Udvidelseswebsted https://github.com/dalkire/rallyprint
Hjælpeside-URL https://github.com/dalkire/rallyprint
Understøttede Sprog 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
}