KiSSFLOW - Attachments-Download-All
This extension is for to enable download all attachments in a request
Apa itu KiSSFLOW - Attachments-Download-All?
KiSSFLOW - Attachments-Download-All adalah ekstensi Chrome yang dikembangkan oleh KiSSFLOW, dan fitur utamanya adalah "This extension is for to enable download all attachments in a request".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KiSSFLOW - Attachments-Download-All
Unduh file ekstensi KiSSFLOW - Attachments-Download-All dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | KiSSFLOW - Attachments-Download-All |
ID | bplpmfnmpdgiodnlpcafealcfbjnffmc |
URL Resmi | https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc |
Deskripsi | This extension is for to enable download all attachments in a request |
Ukuran File | 107 KB |
Jumlah Instalasi | 347 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2014-12-11 |
Tanggal Publikasi | 2014-12-11 |
Penilaian | 2.50/5 Total 4 Penilaian |
Pengembang | KiSSFLOW |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } |