Charles Darwin University Netauth Assistant
Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.
Wat is Charles Darwin University Netauth Assistant?
Charles Darwin University Netauth Assistant is een Chrome-extensie ontwikkeld door cdu.cloud.services, en de belangrijkste functie is "Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.".
Extensie Screenshots
Download het CRX-bestand van de extensie Charles Darwin University Netauth Assistant
Download Charles Darwin University Netauth Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
For use with non-domain joined PCs on campus.
Basisinformatie over de Extensie
Naam | Charles Darwin University Netauth Assistant |
ID | hapnnafikgnadbifnbocngochhnkpcea |
Officiële URL | https://chromewebstore.google.com/detail/charles-darwin-university/hapnnafikgnadbifnbocngochhnkpcea |
Beschrijving | Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active. |
Bestandsgrootte | 35.22 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-10-17 |
Publicatiedatum | 2020-10-17 |
Ontwikkelaar | cdu.cloud.services |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://auth.cdu.edu.au/ |
Help Pagina-URL | https://logit.cdu.edu.au/ |
URL van de Privacybeleid Pagina | https://www.cdu.edu.au/governance/doclibrary/pol-032.pdf |
Ondersteunde Talen | 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\/*" ] } |