Refresh Citrix
Chrome Extesnion will refresh the citrix page after 5 minutes
Refresh Citrix क्या है?
Refresh Citrix https://siddhant-joshi.pages.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extesnion will refresh the citrix page after 5 minutes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Refresh Citrix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |