KiSSFLOW - Attachments-Download-All
This extension is for to enable download all attachments in a request
KiSSFLOW - Attachments-Download-Allคืออะไร?
KiSSFLOW - Attachments-Download-All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KiSSFLOW และคุณลักษณะหลักของมันคือ "This extension is for to enable download all attachments in a request"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KiSSFLOW - Attachments-Download-All
ดาวน์โหลดไฟล์ส่วนขยาย KiSSFLOW - Attachments-Download-All ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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": [ "*:\/\/*\/*" ] } |