Refresh Citrix

Chrome Extesnion will refresh the citrix page after 5 minutes

Что такое Refresh Citrix?

Refresh Citrix - это расширение Chrome, разработанное https://siddhant-joshi.pages.dev, и его основная функция - "Chrome Extesnion will refresh the citrix page after 5 minutes".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Refresh Citrix

Скачайте файлы расширений Refresh Citrix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Refresh Citrix Refresh Citrix
ID ofbhpkencpjjbccnllplhckkepijglgj
Официальный URL https://chromewebstore.google.com/detail/refresh-citrix/ofbhpkencpjjbccnllplhckkepijglgj
Описание Chrome Extesnion will refresh the citrix page after 5 minutes
Размер файла 9.26 KB
Количество установок 379
Текущая Версия 0.0.3
Последнее Обновление 2024-01-30
Дата публикации 2022-06-29
Разработчик https://siddhant-joshi.pages.dev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}