QR Issue Card Printer PRO for JIRA Cloud
QR Issue Card Printer PRO for JIRA Cloud
QR Issue Card Printer PRO for JIRA Cloud là gì?
QR Issue Card Printer PRO for JIRA Cloud là một tiện ích mở rộng Chrome được phát triển bởi https://www.mraddon.com, và tính năng chính của nó là "QR Issue Card Printer PRO for JIRA Cloud".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QR Issue Card Printer PRO for JIRA Cloud
Tải xuống các tệp mở rộng QR Issue Card Printer PRO for JIRA Cloud 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
Print your filters and issues with a single click, with a configurable and beautiful layout. Show a large QR to quickly locate your tickets. Now you can also print from your Kanban or Scrum board and from your backlog view! New features coming soon
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR Issue Card Printer PRO for JIRA Cloud |
ID | fccoaoljiaiaogkcegghcgjdgfaknpla |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-issue-card-printer-pro/fccoaoljiaiaogkcegghcgjdgfaknpla |
Mô tả | QR Issue Card Printer PRO for JIRA Cloud |
Kích Thước Tệp | 25.52 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 6.1.0 |
Cập Nhật Lần Cuối | 2023-10-24 |
Ngày Phát Hành | 2019-05-12 |
Nhà Phát Triển | https://www.mraddon.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jirasupport.atlassian.net/wiki/spaces/AH/pages/678658129/QR+Issue+Card+Printer+for+JIRA+Cloud |
URL Trang Trợ Giúp | https://jirasupport.atlassian.net/servicedesk/customer/portal/1 |
URL Trang Chính Sách Bảo Mật | https://mraddon.blog/legal/mraddon-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Issue Card Printer PRO for JIRA Cloud", "version": "6.1.0", "description": "QR Issue Card Printer PRO for JIRA Cloud", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ], "permissions": [], "web_accessible_resources": [ { "resources": [ "print.js" ], "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ], "js": [ "middleware.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 3 } |