Refresh Citrix

Chrome Extesnion will refresh the citrix page after 5 minutes

O que é Refresh Citrix?

Refresh Citrix é uma extensão do Chrome desenvolvida por https://siddhant-joshi.pages.dev, e sua principal característica é "Chrome Extesnion will refresh the citrix page after 5 minutes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Refresh Citrix

Baixe arquivos de extensão Refresh Citrix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Refresh Citrix Refresh Citrix
ID ofbhpkencpjjbccnllplhckkepijglgj
URL Oficial https://chromewebstore.google.com/detail/refresh-citrix/ofbhpkencpjjbccnllplhckkepijglgj
Descrição Chrome Extesnion will refresh the citrix page after 5 minutes
Tamanho do Arquivo 9.26 KB
Contagem de Instalações 379
Versão Atual 0.0.3
Última Atualização 2024-01-30
Data de Publicação 2022-06-29
Desenvolvedor https://siddhant-joshi.pages.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}