YouTrack Issue Cards Printer

Print issues from JetBrains YouTrack as cards for physical scrum board

Wat is YouTrack Issue Cards Printer?

YouTrack Issue Cards Printer is een Chrome-extensie ontwikkeld door Maciej Radzikowski, en de belangrijkste functie is "Print issues from JetBrains YouTrack as cards for physical scrum board".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTrack Issue Cards Printer

Download YouTrack Issue Cards Printer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Create beautiful cards for scrum board from YouTrack issues search results with a single click.
Customize layout and fields to match your needs.

- Go to your YouTrack issues list.
- Filter issues you want to print.
- Click extension icon or print button above issues list to print cards.

Please feel free to suggest new features and report bugs on GitHub.                    

Basisinformatie over de Extensie

Naam YouTrack Issue Cards Printer YouTrack Issue Cards Printer
ID pjcejghclgihlhinleocjojdalhnhckp
Officiële URL https://chromewebstore.google.com/detail/youtrack-issue-cards-prin/pjcejghclgihlhinleocjojdalhnhckp
Beschrijving Print issues from JetBrains YouTrack as cards for physical scrum board
Bestandsgrootte 34.21 KB
Aantal Installaties 157
Huidige Versie 0.4.1
Laatst Bijgewerkt 2019-05-04
Publicatiedatum 2019-05-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Maciej Radzikowski
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/m-radzikowski/youtrack-issue-cards-printer
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTrack Issue Cards Printer",
    "description": "Print issues from JetBrains YouTrack as cards for physical scrum board",
    "version": "0.4.1",
    "author": "Maciej Radzikowski",
    "homepage_url": "https:\/\/github.com\/m-radzikowski\/youtrack-issue-cards-printer",
    "icons": {
        "16": "resources\/icon\/icon16.png",
        "32": "resources\/icon\/icon32.png",
        "48": "resources\/icon\/icon48.png",
        "128": "resources\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "gtm.js",
            "background\/show-page-action.js",
            "background\/singleton.js",
            "background\/page-action.js"
        ],
        "persistent": false
    },
    "page_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/replace-print-button.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "declarativeContent"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}