Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
什么是Rally Print?
Rally Print是由David Alkire开发的Chrome扩展程序,该扩展的主要功能是“Print a subset of tickets from the Rally Print Story and Defect Cards page”。
扩展截图
下载Rally Print扩展crx文件
下载Rally Print扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |