Print VSTS cards

Extract tasks from a VSTS backlog and print them

Wat is Print VSTS cards?

Print VSTS cards is een Chrome-extensie ontwikkeld door Eder Elorriaga, en de belangrijkste functie is "Extract tasks from a VSTS backlog and print them".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Print VSTS cards

Download Print VSTS cards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
Officiële URL https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Beschrijving Extract tasks from a VSTS backlog and print them
Bestandsgrootte 716 KB
Aantal Installaties 30
Huidige Versie 3.0.2
Laatst Bijgewerkt 2017-12-18
Publicatiedatum 2017-12-18
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Eder Elorriaga
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gexplorer/VSTSCards
Help Pagina-URL https://github.com/gexplorer/VSTSCards/issues
Ondersteunde Talen 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
}