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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان 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
} | |