GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
什麼是GMU Access?
GMU Access是由https://elidourado.com開發的Chrome擴展程式,該擴展的主要功能是“One-click access to protected resources from off-campus with your GMU credentials.”。
擴展截圖
下載GMU Access擴展crx文件
下載GMU Access擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | facjcidaomlmjpchjomgdholhkbenhkg | 
| 官方網址 | https://chromewebstore.google.com/detail/gmu-access/facjcidaomlmjpchjomgdholhkbenhkg | 
| 簡介 | One-click access to protected resources from off-campus with your GMU credentials. | 
| 檔案大小 | 25.34 KB | 
| 安裝次數 | 46 | 
| 目前版本 | 1.4 | 
| 更新時間 | 2024-02-09 | 
| 上架時間 | 2019-05-06 | 
| 評分 | 5.00/5 共 3 次評分 | 
| 開發者 | https://elidourado.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | 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
}  |  |