KiSSFLOW - Attachments-Download-All

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

Was ist KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All ist eine Chrome-Erweiterung, die von KiSSFLOW entwickelt wurde, und ihr Hauptmerkmal ist "This extension is for to enable download all attachments in a request".

Erweiterungsscreenshots

screenshot

KiSSFLOW - Attachments-Download-All-Erweiterungs-CRX-Datei herunterladen

Laden Sie KiSSFLOW - Attachments-Download-All-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
Offizielle URL https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Beschreibung This extension is for to enable download all attachments in a request
Dateigröße 107 KB
Installationsanzahl 347
Aktuelle Version 2
Letztes Update 2014-12-11
Veröffentlichungsdatum 2014-12-11
Bewertung 2.50/5 Insgesamt 4 Bewertungen
Entwickler KiSSFLOW
Zahlungsart free
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}