Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
¿Qué es Rally Print?
Rally Print es una extensión de Chrome desarrollada por David Alkire, y su función principal es "Print a subset of tickets from the Rally Print Story and Defect Cards page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rally Print
Descarga archivos de extensión Rally Print en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Rally Print |
ID | ehaglffcgciedkmffdhodgofjfmgniod |
URL Oficial | https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod |
Descripción | Print a subset of tickets from the Rally Print Story and Defect Cards page |
Tamaño del Archivo | 33.03 KB |
Cantidad de Instalaciones | 30 |
Versión Actual | 1.0 |
Última Actualización | 2015-06-11 |
Fecha de Publicación | 2015-06-10 |
Desarrollador | David Alkire |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dalkire/rallyprint |
URL de la Página de Ayuda | https://github.com/dalkire/rallyprint |
Idiomas Soportados | 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 } |