GMU Access

One-click access to protected resources from off-campus with your GMU credentials.

Apa itu GMU Access?

GMU Access adalah ekstensi Chrome yang dikembangkan oleh https://elidourado.com, dan fitur utamanya adalah "One-click access to protected resources from off-campus with your GMU credentials.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GMU Access

Unduh file ekstensi GMU Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GMU Access GMU Access
ID facjcidaomlmjpchjomgdholhkbenhkg
URL Resmi https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg
Deskripsi One-click access to protected resources from off-campus with your GMU credentials.
Ukuran File 25.34 KB
Jumlah Instalasi 46
Versi Saat Ini 1.4
Terakhir Diperbarui 2024-02-09
Tanggal Publikasi 2019-05-06
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://elidourado.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}