Refresh Citrix
Chrome Extesnion will refresh the citrix page after 5 minutes
Apa itu Refresh Citrix?
Refresh Citrix adalah ekstensi Chrome yang dikembangkan oleh https://siddhant-joshi.pages.dev, dan fitur utamanya adalah "Chrome Extesnion will refresh the citrix page after 5 minutes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Refresh Citrix
Unduh file ekstensi Refresh Citrix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
1. Initiate the process by clicking on the “Add to Chrome” button. 2. The user is then directed to the Citrix login page. Here, they need to input their credentials. 3. Upon successful login, the user will be navigated to the receiver page. 4. Subsequently, this extension will automatically refresh the receiver page every 5 minutes. Rest assured, this extension is designed with privacy in mind and does not store any user data. This process ensures a seamless and secure user experience.
Informasi Dasar Ekstensi
Nama | Refresh Citrix |
ID | ofbhpkencpjjbccnllplhckkepijglgj |
URL Resmi | https://chromewebstore.google.com/detail/refresh-citrix/ofbhpkencpjjbccnllplhckkepijglgj |
Deskripsi | Chrome Extesnion will refresh the citrix page after 5 minutes |
Ukuran File | 9.26 KB |
Jumlah Instalasi | 379 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2024-01-30 |
Tanggal Publikasi | 2022-06-29 |
Pengembang | https://siddhant-joshi.pages.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh Citrix", "description": "Chrome Extesnion will refresh the citrix page after 5 minutes ", "version": "0.0.3", "manifest_version": 3, "icons": { "128": "img\/refreshCitrix128.png", "48": "img\/refreshCitrix48.png", "16": "img\/refreshCitrix32.png" }, "action": { "default_title": "Refresh Citrix", "default_icon": "img\/refreshCitrix32.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/Citrix*", "https:\/\/*\/citrix*" ], "js": [ "content\/content_page.js" ] } ] } |