Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Co to jest Rally Print?
Rally Print to rozszerzenie Chrome opracowane przez David Alkire, a jego główną funkcją jest „Print a subset of tickets from the Rally Print Story and Defect Cards page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rally Print
Pobierz pliki rozszerzeń Rally Print w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Rally Print |
ID | ehaglffcgciedkmffdhodgofjfmgniod |
Oficjalny URL | https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod |
Opis | Print a subset of tickets from the Rally Print Story and Defect Cards page |
Rozmiar pliku | 33.03 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-06-11 |
Data Publikacji | 2015-06-10 |
Deweloper | David Alkire |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dalkire/rallyprint |
Adres URL Strony Pomocy | https://github.com/dalkire/rallyprint |
Obsługiwane Języki | 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 } |