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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cdu.cloud.services และคุณลักษณะหลักของมันคือ "Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Charles Darwin University Netauth Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Charles Darwin University Netauth Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |