Print VSTS cards

Extract tasks from a VSTS backlog and print them

Cos'è Print VSTS cards?

Print VSTS cards è un'estensione di Chrome sviluppata da Eder Elorriaga, e la sua funzione principale è "Extract tasks from a VSTS backlog and print them".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Print VSTS cards

Scarica i file di estensione Print VSTS cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
URL Ufficiale https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Descrizione Extract tasks from a VSTS backlog and print them
Dimensione del File 716 KB
Conteggio Installazioni 30
Versione Corrente 3.0.2
Ultimo Aggiornamento 2017-12-18
Data di Pubblicazione 2017-12-18
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Eder Elorriaga
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gexplorer/VSTSCards
URL della Pagina di Aiuto https://github.com/gexplorer/VSTSCards/issues
Lingue Supportate 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
}