KiSSFLOW - Attachments-Download-All

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

什麼是KiSSFLOW - Attachments-Download-All?

KiSSFLOW - Attachments-Download-All是由KiSSFLOW開發的Chrome擴展程式,該擴展的主要功能是“This extension is for to enable download all attachments in a request”。

擴展截圖

screenshot

下載KiSSFLOW - Attachments-Download-All擴展crx文件

下載KiSSFLOW - Attachments-Download-All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
官方網址 https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
簡介 This extension is for to enable download all attachments in a request
檔案大小 107 KB
安裝次數 347
目前版本 2
更新時間 2014-12-11
上架時間 2014-12-11
評分 2.50/5 共 4 次評分
開發者 KiSSFLOW
付費類型 free
支援的語言 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": [
        "*:\/\/*\/*"
    ]
}