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.

Qu'est-ce que Overwrite Launch.ica ?

Overwrite Launch.ica est une extension Chrome développée par srliao, et sa fonction principale est "Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface.".

Télécharger le fichier CRX de l'extension Overwrite Launch.ica

Téléchargez les fichiers d'extension Overwrite Launch.ica au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Overwrite Launch.ica Overwrite Launch.ica
ID janehbdgclololbmnldeddeeplmpkoco
URL Officiel 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.
Taille du Fichier 36.78 KB
Nombre d'Installations 10,000
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-04-04
Date de Publication 2017-04-04
Évaluation 3.00/5 Total 4 Évaluations
Développeur srliao
Type de Paiement free
Langues Prises en Charge 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"
    ]
}