KiSSFLOW - Attachments-Download-All

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

Qu'est-ce que KiSSFLOW - Attachments-Download-All ?

KiSSFLOW - Attachments-Download-All est une extension Chrome développée par KiSSFLOW, et sa fonction principale est "This extension is for to enable download all attachments in a request".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KiSSFLOW - Attachments-Download-All

Téléchargez les fichiers d'extension KiSSFLOW - Attachments-Download-All au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
URL Officiel https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Description This extension is for to enable download all attachments in a request
Taille du Fichier 107 KB
Nombre d'Installations 347
Version Actuelle 2
Dernière Mise à Jour 2014-12-11
Date de Publication 2014-12-11
Évaluation 2.50/5 Total 4 Évaluations
Développeur KiSSFLOW
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}