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"
            ]
        }
    ]
}