Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Apa itu Rally Print?
Rally Print adalah ekstensi Chrome yang dikembangkan oleh David Alkire, dan fitur utamanya adalah "Print a subset of tickets from the Rally Print Story and Defect Cards page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rally Print
Unduh file ekstensi Rally Print dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Rally Print |
ID | ehaglffcgciedkmffdhodgofjfmgniod |
URL Resmi | https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod |
Deskripsi | Print a subset of tickets from the Rally Print Story and Defect Cards page |
Ukuran File | 33.03 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-06-11 |
Tanggal Publikasi | 2015-06-10 |
Pengembang | David Alkire |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dalkire/rallyprint |
URL Halaman Bantuan | https://github.com/dalkire/rallyprint |
Bahasa yang Didukung | 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 } |