Charles Darwin University Netauth Assistant
Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.
Charles Darwin University Netauth Assistant क्या है?
Charles Darwin University Netauth Assistant cdu.cloud.services द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Charles Darwin University Netauth Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For use with non-domain joined PCs on campus.
एक्सटेंशन की मूल जानकारी
नाम | Charles Darwin University Netauth Assistant |
ID | hapnnafikgnadbifnbocngochhnkpcea |
आधिकारिक URL | https://chromewebstore.google.com/detail/charles-darwin-university/hapnnafikgnadbifnbocngochhnkpcea |
विवरण | Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active. |
फ़ाइल का आकार | 35.22 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2020-10-17 |
प्रकाशन तिथि | 2020-10-17 |
डेवलपर | cdu.cloud.services |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://auth.cdu.edu.au/ |
सहायता पृष्ठ URL | https://logit.cdu.edu.au/ |
गोपनीयता नीति पृष्ठ URL | https://www.cdu.edu.au/governance/doclibrary/pol-032.pdf |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Charles Darwin University Netauth Assistant", "short_name": "CDU Netauth Assistant", "description": "Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.", "version": "0.1.1", "icons": { "16": "static\/logo16.png", "48": "static\/logo48.png", "128": "static\/logo.png" }, "browser_action": { "default_icon": "static\/logo.png", "default_popup": "mini-popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/auth.cdu.edu.au\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "background", "alarms", "*:\/\/auth.cdu.edu.au\/*" ] } |