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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}