Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Τι είναι το Rally Print;
Το Rally Print είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Alkire, και η κύρια λειτουργία του είναι "Print a subset of tickets from the Rally Print Story and Defect Cards page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rally Print
Λήψη αρχείων επέκτασης Rally Print σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rally Print |
ID | ehaglffcgciedkmffdhodgofjfmgniod |
Επίσημο URL | https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod |
Περιγραφή | Print a subset of tickets from the Rally Print Story and Defect Cards page |
Μέγεθος Αρχείου | 33.03 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-06-11 |
Ημερομηνία Δημοσίευσης | 2015-06-10 |
Προγραμματιστής | David Alkire |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/dalkire/rallyprint |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/dalkire/rallyprint |
Υποστηριζόμενες Γλώσσες | 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 } |