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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |