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"입니다.

확장 프로그램 스크린샷

screenshot

Rally Print 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}