YouTrack Issue Cards Printer

Print issues from JetBrains YouTrack as cards for physical scrum board

YouTrack Issue Cards Printer là gì?

YouTrack Issue Cards Printer là một tiện ích mở rộng Chrome được phát triển bởi Maciej Radzikowski, và tính năng chính của nó là "Print issues from JetBrains YouTrack as cards for physical scrum board".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTrack Issue Cards Printer

Tải xuống các tệp mở rộng YouTrack Issue Cards Printer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTrack Issue Cards Printer YouTrack Issue Cards Printer
ID pjcejghclgihlhinleocjojdalhnhckp
URL Chính Thức https://chromewebstore.google.com/detail/youtrack-issue-cards-prin/pjcejghclgihlhinleocjojdalhnhckp
Mô tả Print issues from JetBrains YouTrack as cards for physical scrum board
Kích Thước Tệp 34.21 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2019-05-04
Ngày Phát Hành 2019-05-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Maciej Radzikowski
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/m-radzikowski/youtrack-issue-cards-printer
Ngôn Ngữ Được Hỗ Trợ 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'"
}