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
公式URL 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": [
        "*:\/\/*\/*"
    ]
}