Refresh Citrix
Chrome Extesnion will refresh the citrix page after 5 minutes
What is Refresh Citrix?
Refresh Citrix is a Chrome extension developed by https://siddhant-joshi.pages.dev, and its main feature is "Chrome Extesnion will refresh the citrix page after 5 minutes".
Extension Screenshots
Download Refresh Citrix Extension CRX File
Download Refresh Citrix 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
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.
Extension Basic Information
Name | Refresh Citrix |
ID | ofbhpkencpjjbccnllplhckkepijglgj |
Official URL | https://chromewebstore.google.com/detail/refresh-citrix/ofbhpkencpjjbccnllplhckkepijglgj |
Description | Chrome Extesnion will refresh the citrix page after 5 minutes |
File Size | 9.26 KB |
Installation Count | 379 |
Current Version | 0.0.3 |
Last Updated | 2024-01-30 |
Publish Date | 2022-06-29 |
Developer | https://siddhant-joshi.pages.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |