Print VSTS cards

Extract tasks from a VSTS backlog and print them

Print VSTS cards란 무엇입니까?

Print VSTS cards은(는) Eder Elorriaga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract tasks from a VSTS backlog and print them"입니다.

확장 프로그램 스크린샷

screenshot

Print VSTS cards 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
}