Overwrite Launch.ica
Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface.
Overwrite Launch.icaคืออะไร?
Overwrite Launch.ica เป็นส่วนขยายของ Chrome ที่พัฒนาโดย srliao และคุณลักษณะหลักของมันคือ "Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Overwrite Launch.ica
ดาวน์โหลดไฟล์ส่วนขยาย Overwrite Launch.ica ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface. Avoid having launch.ica, launch (1).ica etc... Forked from: Downloads Overwrite Already Existing Files
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | janehbdgclololbmnldeddeeplmpkoco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/overwrite-launchica/janehbdgclololbmnldeddeeplmpkoco |
คำอธิบาย | Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface. |
ขนาดไฟล์ | 36.78 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-04-04 |
วันที่เผยแพร่ | 2017-04-04 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | srliao |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwrite Launch.ica", "short_name": "Overwrite Launch.ica", "description": "Auto overwrite download if filename is launch.ica or mime type = application\/x-ica. Used to launch Citrix app from web interface.", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/srliao\/overwrite-launch-ica", "minimum_chrome_version": "26.0.1428", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ] } |