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
公式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
Eメール [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"
            ]
        }
    ]
}