Print VSTS cards

Extract tasks from a VSTS backlog and print them

What is Print VSTS cards?

Print VSTS cards is a Chrome extension developed by Eder Elorriaga, and its main feature is "Extract tasks from a VSTS backlog and print them".

Extension Screenshots

screenshot

Download Print VSTS cards Extension CRX File

Download Print VSTS cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
Official URL https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Description Extract tasks from a VSTS backlog and print them
File Size 716 KB
Installation Count 30
Current Version 3.0.2
Last Updated 2017-12-18
Publish Date 2017-12-18
Rating 4.67/5 Total 3 Ratings
Developer Eder Elorriaga
Email [email protected]
Payment Type free
Extension Website https://github.com/gexplorer/VSTSCards
Help Page URL https://github.com/gexplorer/VSTSCards/issues
Supported Languages 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
}