Print VSTS cards

Extract tasks from a VSTS backlog and print them

Print VSTS cards là gì?

Print VSTS cards là một tiện ích mở rộng Chrome được phát triển bởi Eder Elorriaga, và tính năng chính của nó là "Extract tasks from a VSTS backlog and print them".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Print VSTS cards

Tải xuống các tệp mở rộng Print VSTS cards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
URL Chính Thức https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Mô tả Extract tasks from a VSTS backlog and print them
Kích Thước Tệp 716 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2017-12-18
Ngày Phát Hành 2017-12-18
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Eder Elorriaga
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gexplorer/VSTSCards
URL Trang Trợ Giúp https://github.com/gexplorer/VSTSCards/issues
Ngôn Ngữ Được Hỗ Trợ 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
}