Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Co je Rally Print?
Rally Print je rozšíření Chrome vyvinuté David Alkire, a jeho hlavní funkcí je „Print a subset of tickets from the Rally Print Story and Defect Cards page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rally Print
Stáhněte si soubory rozšíření Rally Print ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Rally Print |
ID | ehaglffcgciedkmffdhodgofjfmgniod |
Oficiální URL | https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod |
Popis | Print a subset of tickets from the Rally Print Story and Defect Cards page |
Velikost souboru | 33.03 KB |
Počet instalací | 30 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-06-11 |
Datum Vydání | 2015-06-10 |
Vývojář | David Alkire |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dalkire/rallyprint |
URL Stránky Nápovědy | https://github.com/dalkire/rallyprint |
Podporované Jazyky | 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 } |