QR Issue Card Printer PRO for JIRA Cloud

QR Issue Card Printer PRO for JIRA Cloud

QR Issue Card Printer PRO for JIRA Cloudคืออะไร?

QR Issue Card Printer PRO for JIRA Cloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mraddon.com และคุณลักษณะหลักของมันคือ "QR Issue Card Printer PRO for JIRA Cloud"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Issue Card Printer PRO for JIRA Cloud

ดาวน์โหลดไฟล์ส่วนขยาย QR Issue Card Printer PRO for JIRA Cloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QR Issue Card Printer PRO for JIRA Cloud QR Issue Card Printer PRO for JIRA Cloud
ID fccoaoljiaiaogkcegghcgjdgfaknpla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-issue-card-printer-pro/fccoaoljiaiaogkcegghcgjdgfaknpla
คำอธิบาย QR Issue Card Printer PRO for JIRA Cloud
ขนาดไฟล์ 25.52 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 6.1.0
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2019-05-12
ผู้พัฒนา https://www.mraddon.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jirasupport.atlassian.net/wiki/spaces/AH/pages/678658129/QR+Issue+Card+Printer+for+JIRA+Cloud
URL หน้าช่วยเหลือ https://jirasupport.atlassian.net/servicedesk/customer/portal/1
URL หน้านโยบายความเป็นส่วนตัว https://mraddon.blog/legal/mraddon-privacy-policy
ภาษาที่รองรับ 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
}