Print VSTS cards

Extract tasks from a VSTS backlog and print them

Qu'est-ce que Print VSTS cards ?

Print VSTS cards est une extension Chrome développée par Eder Elorriaga, et sa fonction principale est "Extract tasks from a VSTS backlog and print them".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Print VSTS cards

Téléchargez les fichiers d'extension Print VSTS cards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
URL Officiel https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Description Extract tasks from a VSTS backlog and print them
Taille du Fichier 716 KB
Nombre d'Installations 30
Version Actuelle 3.0.2
Dernière Mise à Jour 2017-12-18
Date de Publication 2017-12-18
Évaluation 4.67/5 Total 3 Évaluations
Développeur Eder Elorriaga
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gexplorer/VSTSCards
URL de la Page d'Aide https://github.com/gexplorer/VSTSCards/issues
Langues Prises en Charge 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
}