KiSSFLOW - Attachments-Download-All

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

What is KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All is a Chrome extension developed by KiSSFLOW, and its main feature is "This extension is for to enable download all attachments in a request".

Extension Screenshots

screenshot

Download KiSSFLOW - Attachments-Download-All Extension CRX File

Download KiSSFLOW - Attachments-Download-All extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
Official URL https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Description This extension is for to enable download all attachments in a request
File Size 107 KB
Installation Count 347
Current Version 2
Last Updated 2014-12-11
Publish Date 2014-12-11
Rating 2.50/5 Total 4 Ratings
Developer KiSSFLOW
Payment Type free
Supported Languages en
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": [
        "*:\/\/*\/*"
    ]
}