KiSSFLOW - Attachments-Download-All

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

KiSSFLOW - Attachments-Download-All là gì?

KiSSFLOW - Attachments-Download-All là một tiện ích mở rộng Chrome được phát triển bởi KiSSFLOW, và tính năng chính của nó là "This extension is for to enable download all attachments in a request".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KiSSFLOW - Attachments-Download-All

Tải xuống các tệp mở rộng KiSSFLOW - Attachments-Download-All dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KiSSFLOW - Attachments-Download-All KiSSFLOW - Attachments-Download-All
ID bplpmfnmpdgiodnlpcafealcfbjnffmc
URL Chính Thức https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc
Mô tả This extension is for to enable download all attachments in a request
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 347
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2014-12-11
Ngày Phát Hành 2014-12-11
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển KiSSFLOW
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}