GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
GMU Accessとは何ですか?
GMU Accessはhttps://elidourado.comによって開発されたChromeの拡張機能で、その主な機能は「One-click access to protected resources from off-campus with your GMU credentials.」です。
拡張機能のスクリーンショット
GMU Access拡張機能のCRXファイルをダウンロード
GMU Access拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple extension to give users with George Mason University credentials quick and easy access to protected resources (e.g., journals) when off campus. When viewing a protected resource, click the extension button to log in and quickly open the resource. 拡張機能の基本情報
| 名前 | |
| ID | facjcidaomlmjpchjomgdholhkbenhkg |
| 公式URL | https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg |
| 説明 | One-click access to protected resources from off-campus with your GMU credentials. |
| ファイルサイズ | 25.34 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2024-02-09 |
| 公開日 | 2019-05-06 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://elidourado.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "One-click access to protected resources from off-campus with your GMU credentials.",
"name": "GMU Access",
"version": "1.4",
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "GMU Access"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab"
],
"background": {
"service_worker": "service_worker.js"
},
"manifest_version": 3
} | |