GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
Cos'è GMU Access?
GMU Access è un'estensione di Chrome sviluppata da https://elidourado.com, e la sua funzione principale è "One-click access to protected resources from off-campus with your GMU credentials.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GMU Access
Scarica i file di estensione GMU Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | facjcidaomlmjpchjomgdholhkbenhkg |
| URL Ufficiale | https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg |
| Descrizione | One-click access to protected resources from off-campus with your GMU credentials. |
| Dimensione del File | 25.34 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2024-02-09 |
| Data di Pubblicazione | 2019-05-06 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://elidourado.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |