Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Rally Print क्या है?
Rally Print David Alkire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print a subset of tickets from the Rally Print Story and Defect Cards page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rally Print एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |