KiSSFLOW - Attachments-Download-All

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

Wat is KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All is een Chrome-extensie ontwikkeld door KiSSFLOW, en de belangrijkste functie is "This extension is for to enable download all attachments in a request".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KiSSFLOW - Attachments-Download-All

Download KiSSFLOW - Attachments-Download-All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
Officiële URL https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Beschrijving This extension is for to enable download all attachments in a request
Bestandsgrootte 107 KB
Aantal Installaties 347
Huidige Versie 2
Laatst Bijgewerkt 2014-12-11
Publicatiedatum 2014-12-11
Beoordeling 2.50/5 Totaal 4 Beoordelingen
Ontwikkelaar KiSSFLOW
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}