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.
Co to jest Overwrite Launch.ica?
Overwrite Launch.ica to rozszerzenie Chrome opracowane przez srliao, a jego główną funkcją jest „Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface.”.
Pobierz plik CRX rozszerzenia Overwrite Launch.ica
Pobierz pliki rozszerzeń Overwrite Launch.ica w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | janehbdgclololbmnldeddeeplmpkoco |
Oficjalny URL | https://chrome.google.com/webstore/detail/overwrite-launchica/janehbdgclololbmnldeddeeplmpkoco |
Opis | Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface. |
Rozmiar pliku | 36.78 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-04-04 |
Data Publikacji | 2017-04-04 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | srliao |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |