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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rally Print

قم بتنزيل ملفات الامتداد Rally Print بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}