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是由srliao開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" ] } |