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によって開発されたChromeの拡張機能で、その主な機能は「Maintain access to the Internet for unmanaged devices on campus. Automatically authenticate and keep session active.」です。
拡張機能のスクリーンショット
Charles Darwin University Netauth Assistant拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |