GMU Access
One-click access to protected resources from off-campus with your GMU credentials.
GMU Accessคืออะไร?
GMU Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elidourado.com และคุณลักษณะหลักของมันคือ "One-click access to protected resources from off-campus with your GMU credentials."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMU Access
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |