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.
What is Overwrite Launch.ica?
Overwrite Launch.ica is a Chrome extension developed by srliao, and its main feature is "Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface.".
Download Overwrite Launch.ica Extension CRX File
Download Overwrite Launch.ica extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | janehbdgclololbmnldeddeeplmpkoco |
Official URL | https://chrome.google.com/webstore/detail/overwrite-launchica/janehbdgclololbmnldeddeeplmpkoco |
Description | Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface. |
File Size | 36.78 KB |
Installation Count | 10,000 |
Current Version | 0.0.1 |
Last Updated | 2017-04-04 |
Publish Date | 2017-04-04 |
Rating | 3.00/5 Total 4 Ratings |
Developer | srliao |
Payment Type | free |
Supported Languages | 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" ] } |