QR Issue Card Printer PRO for Jira Cloud

QR Issue Card Printer PRO for Jira Cloud

Print your filters and issues with a single click, with a configurable and beautiful layout.Show a large QR code in each card to quickly locate your tickets.Now you can also print from your Kanban or Scrum board and from your backlog view!New feature

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "QR Issue Card Printer PRO for JIRA Cloud",
  "version": "6.1.1",
  "description": "QR Issue Card Printer PRO for JIRA Cloud",
  "icons": {
    "16": "icon-16.png",
    "32": "[email protected]",
    "48": "icon-48.png",
    "96": "[email protected]"
  },
  "browser_action": {
    "default_icon": "[email protected]",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://*.atlassian.net/*"
  ],
  "web_accessible_resources": [
    "print.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "js": [
        "middleware.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b34c5b2-5143-4756-99cc-5b505e997dc2}"
    }
  }
}