Print VSTS cards

Extract tasks from a VSTS backlog and print them

Hvad er Print VSTS cards?

Print VSTS cards er en Chrome-udvidelse udviklet af Eder Elorriaga, og dens hovedfunktion er "Extract tasks from a VSTS backlog and print them".

Udvidelsesskærmbilleder

screenshot

Download Print VSTS cards-udvidelses-CRX-fil

Download Print VSTS cards-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
Officiel URL https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Beskrivelse Extract tasks from a VSTS backlog and print them
Filstørrelse 716 KB
Antal Installationer 30
Nuværende Version 3.0.2
Senest Opdateret 2017-12-18
Udgivelsesdato 2017-12-18
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler Eder Elorriaga
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gexplorer/VSTSCards
Hjælpeside-URL https://github.com/gexplorer/VSTSCards/issues
Understøttede Sprog 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
}