Charles Darwin University Netauth Assistant

Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.

Hvad er Charles Darwin University Netauth Assistant?

Charles Darwin University Netauth Assistant er en Chrome-udvidelse udviklet af cdu.cloud.services, og dens hovedfunktion er "Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.".

Udvidelsesskærmbilleder

screenshot

Download Charles Darwin University Netauth Assistant-udvidelses-CRX-fil

Download Charles Darwin University Netauth Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        For use with non-domain joined PCs on campus.                    

Grundlæggende oplysninger om udvidelsen

Navn Charles Darwin University Netauth Assistant Charles Darwin University Netauth Assistant
ID hapnnafikgnadbifnbocngochhnkpcea
Officiel URL https://chromewebstore.google.com/detail/charles-darwin-university/hapnnafikgnadbifnbocngochhnkpcea
Beskrivelse Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.
Filstørrelse 35.22 KB
Antal Installationer 31
Nuværende Version 0.1.1
Senest Opdateret 2020-10-17
Udgivelsesdato 2020-10-17
Udvikler cdu.cloud.services
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://auth.cdu.edu.au/
Hjælpeside-URL https://logit.cdu.edu.au/
URL til Fortrolighedspolitik Side https://www.cdu.edu.au/governance/doclibrary/pol-032.pdf
Understøttede Sprog 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\/*"
    ]
}