KiSSFLOW - Attachments-Download-All

KiSSFLOW - Attachments-Download-All

This extension is for to enable download all attachments in a request

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KiSSFLOW - Attachments-Download-All",
  "description": "This extension is for to enable download all attachments in a request",
  "version": "2",
  "author": "Orangescape",
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.js",
      "background.js",
      "jszip.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.appspot.com/*/1/home*"
      ],
      "js": [
        "jquery.js",
        "jszip.js",
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "*://*/*"
  ]
}