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文件

下載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 Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
官方網址 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
}