Print VSTS cards

Extract tasks from a VSTS backlog and print them

Vad är Print VSTS cards?

Print VSTS cards är en Chrome-tillägg utvecklad av Eder Elorriaga, och dess huvudfunktion är "Extract tasks from a VSTS backlog and print them".

Tilläggsskärmbilder

screenshot

Ladda ner Print VSTS cards-förlängningens CRX-fil

Ladda ner Print VSTS cards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
Officiell webbadress https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Beskrivning Extract tasks from a VSTS backlog and print them
Filstorlek 716 KB
Antal Installationer 30
Aktuell Version 3.0.2
Senast Uppdaterad 2017-12-18
Publiceringsdatum 2017-12-18
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare Eder Elorriaga
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gexplorer/VSTSCards
Hjälpsida URL https://github.com/gexplorer/VSTSCards/issues
Stödda Språk 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
}