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.
扩展基本信息
名称 | GMU Access |
ID | facjcidaomlmjpchjomgdholhkbenhkg |
官方URL | 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 } |