Rally Print
Print a subset of tickets from the Rally Print Story and Defect Cards page
Rally Printคืออะไร?
Rally Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Alkire และคุณลักษณะหลักของมันคือ "Print a subset of tickets from the Rally Print Story and Defect Cards page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rally Print
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |