Rally Print

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

Qu'est-ce que Rally Print ?

Rally Print est une extension Chrome développée par David Alkire, et sa fonction principale est "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rally Print

Téléchargez les fichiers d'extension Rally Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
URL Officiel https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Description Print a subset of tickets from the Rally Print Story and Defect Cards page
Taille du Fichier 33.03 KB
Nombre d'Installations 30
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-11
Date de Publication 2015-06-10
Développeur David Alkire
Type de Paiement free
Site Web de l'Extension https://github.com/dalkire/rallyprint
URL de la Page d'Aide https://github.com/dalkire/rallyprint
Langues Prises en Charge 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
}