Print VSTS cards

Extract tasks from a VSTS backlog and print them

ما هو Print VSTS cards؟

Print VSTS cards هو إضافة Chrome تم تطويرها بواسطة Eder Elorriaga، والميزة الرئيسية لها هي "Extract tasks from a VSTS backlog and print them".

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

screenshot

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

قم بتنزيل ملفات الامتداد Print VSTS cards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Extract tasks from a Visual Studio Team Services backlog and print them.                    

معلومات أساسية عن التمديد

الاسم Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
الوصف Extract tasks from a VSTS backlog and print them
حجم الملف 716 KB
عدد التثبيتات 30
النسخة الحالية 3.0.2
آخر تحديث 2017-12-18
تاريخ النشر 2017-12-18
تقييم 4.67/5 مجموع تقييمات 3
المطور Eder Elorriaga
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gexplorer/VSTSCards
عنوان صفحة المساعدة https://github.com/gexplorer/VSTSCards/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print VSTS cards",
    "short_name": "VSTScards",
    "description": "Extract tasks from a VSTS backlog and print them",
    "author": "Eder Elorriaga ",
    "version": "3.0.2",
    "icons": {
        "16": "postits_16.png",
        "48": "postits_48.png",
        "128": "postits_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Print VSTS cards",
        "default_icon": "postits_16.png"
    },
    "manifest_version": 2
}