Zendesk Attachment Download

Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zendesk Attachment Download",
  "version": "1.1.1",
  "description": "Downloads and organizes Zendesk ticket attachments",
  "icons": {
    "128": "images/icon_0.png"
  },
  "options_page": "options.html",
  "page_action": {
    "default_title": "Zendesk Attachment Download",
    "default_icon": {
      "128": "images/icon_0.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "declarativeContent",
    "storage",
    "downloads",
    "tabs",
    "https://*.zendesk.com/"
  ]
}