KiSSFLOW - Attachments-Download-All

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

Vad är KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All är en Chrome-tillägg utvecklad av KiSSFLOW, och dess huvudfunktion är "This extension is for to enable download all attachments in a request".

Tilläggsskärmbilder

screenshot

Ladda ner KiSSFLOW - Attachments-Download-All-förlängningens CRX-fil

Ladda ner KiSSFLOW - Attachments-Download-All-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
Officiell webbadress https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Beskrivning This extension is for to enable download all attachments in a request
Filstorlek 107 KB
Antal Installationer 347
Aktuell Version 2
Senast Uppdaterad 2014-12-11
Publiceringsdatum 2014-12-11
Betyg 2.50/5 Totalt 4 Betyg
Utvecklare KiSSFLOW
Betalningssätt free
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}