Rally Print

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

Was ist Rally Print?

Rally Print ist eine Chrome-Erweiterung, die von David Alkire entwickelt wurde, und ihr Hauptmerkmal ist "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Erweiterungsscreenshots

screenshot

Rally Print-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rally Print-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
Offizielle URL https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Beschreibung Print a subset of tickets from the Rally Print Story and Defect Cards page
Dateigröße 33.03 KB
Installationsanzahl 30
Aktuelle Version 1.0
Letztes Update 2015-06-11
Veröffentlichungsdatum 2015-06-10
Entwickler David Alkire
Zahlungsart free
Erweiterungswebsite https://github.com/dalkire/rallyprint
Hilfeseite URL https://github.com/dalkire/rallyprint
Unterstützte Sprachen 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
}