GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
What is GMU Access?
GMU Access is a Chrome extension developed by https://elidourado.com, and its main feature is "One-click access to protected resources from off-campus with your GMU credentials.".
Extension Screenshots
Download GMU Access Extension CRX File
Download GMU Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GMU Access |
ID | facjcidaomlmjpchjomgdholhkbenhkg |
Official URL | https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg |
Description | One-click access to protected resources from off-campus with your GMU credentials. |
File Size | 25.34 KB |
Installation Count | 46 |
Current Version | 1.4 |
Last Updated | 2024-02-09 |
Publish Date | 2019-05-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://elidourado.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |