Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Cos'è Rally Print?
Rally Print è un'estensione di Chrome sviluppata da David Alkire, e la sua funzione principale è "Print a subset of tickets from the Rally Print Story and Defect Cards page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rally Print
Scarica i file di estensione Rally Print in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Rally Print |
ID | ehaglffcgciedkmffdhodgofjfmgniod |
URL Ufficiale | https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod |
Descrizione | Print a subset of tickets from the Rally Print Story and Defect Cards page |
Dimensione del File | 33.03 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-06-11 |
Data di Pubblicazione | 2015-06-10 |
Sviluppatore | David Alkire |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dalkire/rallyprint |
URL della Pagina di Aiuto | https://github.com/dalkire/rallyprint |
Lingue Supportate | 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 } |