Refresh Citrix

Chrome Extesnion will refresh the citrix page after 5 minutes

¿Qué es Refresh Citrix?

Refresh Citrix es una extensión de Chrome desarrollada por https://siddhant-joshi.pages.dev, y su función principal es "Chrome Extesnion will refresh the citrix page after 5 minutes".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Refresh Citrix

Descarga archivos de extensión Refresh Citrix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Refresh Citrix Refresh Citrix
ID ofbhpkencpjjbccnllplhckkepijglgj
URL Oficial https://chromewebstore.google.com/detail/refresh-citrix/ofbhpkencpjjbccnllplhckkepijglgj
Descripción Chrome Extesnion will refresh the citrix page after 5 minutes
Tamaño del Archivo 9.26 KB
Cantidad de Instalaciones 379
Versión Actual 0.0.3
Última Actualización 2024-01-30
Fecha de Publicación 2022-06-29
Desarrollador https://siddhant-joshi.pages.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}