Rally Print

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

Vad är Rally Print?

Rally Print är en Chrome-tillägg utvecklad av David Alkire, och dess huvudfunktion är "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Tilläggsskärmbilder

screenshot

Ladda ner Rally Print-förlängningens CRX-fil

Ladda ner Rally Print-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
Officiell webbadress https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Beskrivning Print a subset of tickets from the Rally Print Story and Defect Cards page
Filstorlek 33.03 KB
Antal Installationer 30
Aktuell Version 1.0
Senast Uppdaterad 2015-06-11
Publiceringsdatum 2015-06-10
Utvecklare David Alkire
Betalningssätt free
Tilläggswebbplats https://github.com/dalkire/rallyprint
Hjälpsida URL https://github.com/dalkire/rallyprint
Stödda Språk 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
}