Refresh Citrix

Chrome Extesnion will refresh the citrix page after 5 minutes

什麼是Refresh Citrix?

Refresh Citrix是由https://siddhant-joshi.pages.dev開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extesnion will refresh the citrix page after 5 minutes”。

擴展截圖

screenshot

下載Refresh Citrix擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}