KiSSFLOW - Attachments-Download-All

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

Hvad er KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All er en Chrome-udvidelse udviklet af KiSSFLOW, og dens hovedfunktion er "This extension is for to enable download all attachments in a request".

Udvidelsesskærmbilleder

screenshot

Download KiSSFLOW - Attachments-Download-All-udvidelses-CRX-fil

Download KiSSFLOW - Attachments-Download-All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
Officiel URL https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Beskrivelse This extension is for to enable download all attachments in a request
Filstørrelse 107 KB
Antal Installationer 347
Nuværende Version 2
Senest Opdateret 2014-12-11
Udgivelsesdato 2014-12-11
Bedømmelse 2.50/5 Samlet 4 Bedømmelser
Udvikler KiSSFLOW
Betalingsmetode free
Understøttede Sprog 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": [
        "*:\/\/*\/*"
    ]
}