KiSSFLOW - Attachments-Download-All

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

Cos'è KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All è un'estensione di Chrome sviluppata da KiSSFLOW, e la sua funzione principale è "This extension is for to enable download all attachments in a request".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KiSSFLOW - Attachments-Download-All

Scarica i file di estensione KiSSFLOW - Attachments-Download-All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
URL Ufficiale https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Descrizione This extension is for to enable download all attachments in a request
Dimensione del File 107 KB
Conteggio Installazioni 347
Versione Corrente 2
Ultimo Aggiornamento 2014-12-11
Data di Pubblicazione 2014-12-11
Valutazione 2.50/5 Totale 4 Valutazioni
Sviluppatore KiSSFLOW
Tipo di Pagamento free
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}