GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
Wat is GMU Access?
GMU Access is een Chrome-extensie ontwikkeld door https://elidourado.com, en de belangrijkste functie is "One-click access to protected resources from off-campus with your GMU credentials.".
Extensie Screenshots
Download het CRX-bestand van de extensie GMU Access
Download GMU Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GMU Access |
ID | facjcidaomlmjpchjomgdholhkbenhkg |
Officiële URL | https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg |
Beschrijving | One-click access to protected resources from off-campus with your GMU credentials. |
Bestandsgrootte | 25.34 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2024-02-09 |
Publicatiedatum | 2019-05-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://elidourado.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |