GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
Hvad er GMU Access?
GMU Access er en Chrome-udvidelse udviklet af https://elidourado.com, og dens hovedfunktion er "One-click access to protected resources from off-campus with your GMU credentials.".
Udvidelsesskærmbilleder
Download GMU Access-udvidelses-CRX-fil
Download GMU Access-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | facjcidaomlmjpchjomgdholhkbenhkg |
| Officiel URL | https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg |
| Beskrivelse | One-click access to protected resources from off-campus with your GMU credentials. |
| Filstørrelse | 25.34 KB |
| Antal Installationer | 46 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2024-02-09 |
| Udgivelsesdato | 2019-05-06 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://elidourado.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |