Charles Darwin University Netauth Assistant
Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.
Apa itu Charles Darwin University Netauth Assistant?
Charles Darwin University Netauth Assistant adalah ekstensi Chrome yang dikembangkan oleh cdu.cloud.services, dan fitur utamanya adalah "Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Charles Darwin University Netauth Assistant
Unduh file ekstensi Charles Darwin University Netauth Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
For use with non-domain joined PCs on campus.
Informasi Dasar Ekstensi
Nama | Charles Darwin University Netauth Assistant |
ID | hapnnafikgnadbifnbocngochhnkpcea |
URL Resmi | https://chromewebstore.google.com/detail/charles-darwin-university/hapnnafikgnadbifnbocngochhnkpcea |
Deskripsi | Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active. |
Ukuran File | 35.22 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2020-10-17 |
Tanggal Publikasi | 2020-10-17 |
Pengembang | cdu.cloud.services |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://auth.cdu.edu.au/ |
URL Halaman Bantuan | https://logit.cdu.edu.au/ |
URL Halaman Kebijakan Privasi | https://www.cdu.edu.au/governance/doclibrary/pol-032.pdf |
Bahasa yang Didukung | 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\/*" ] } |