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"입니다.
확장 프로그램 스크린샷
Refresh Citrix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |