Print VSTS cards

Extract tasks from a VSTS backlog and print them

Co to jest Print VSTS cards?

Print VSTS cards to rozszerzenie Chrome opracowane przez Eder Elorriaga, a jego główną funkcją jest „Extract tasks from a VSTS backlog and print them”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Print VSTS cards

Pobierz pliki rozszerzeń Print VSTS cards w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
Oficjalny URL https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
Opis Extract tasks from a VSTS backlog and print them
Rozmiar pliku 716 KB
Liczba instalacji 30
Aktualna Wersja 3.0.2
Ostatnia Aktualizacja 2017-12-18
Data Publikacji 2017-12-18
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Eder Elorriaga
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/gexplorer/VSTSCards
Adres URL Strony Pomocy https://github.com/gexplorer/VSTSCards/issues
Obsługiwane Języki 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
}