Refresh Citrix
Chrome Extesnion will refresh the citrix page after 5 minutes
Refresh Citrix là gì?
Refresh Citrix là một tiện ích mở rộng Chrome được phát triển bởi https://siddhant-joshi.pages.dev, và tính năng chính của nó là "Chrome Extesnion will refresh the citrix page after 5 minutes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Refresh Citrix
Tải xuống các tệp mở rộng Refresh Citrix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Refresh Citrix |
ID | ofbhpkencpjjbccnllplhckkepijglgj |
URL Chính Thức | https://chromewebstore.google.com/detail/refresh-citrix/ofbhpkencpjjbccnllplhckkepijglgj |
Mô tả | Chrome Extesnion will refresh the citrix page after 5 minutes |
Kích Thước Tệp | 9.26 KB |
Số Lần Cài Đặt | 379 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2024-01-30 |
Ngày Phát Hành | 2022-06-29 |
Nhà Phát Triển | https://siddhant-joshi.pages.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |