AccessUpstate
SUNY Upstate Student Dashboard
ما هو AccessUpstate؟
AccessUpstate هو إضافة Chrome تم تطويرها بواسطة Zach Visco، والميزة الرئيسية لها هي "SUNY Upstate Student Dashboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AccessUpstate
قم بتنزيل ملفات الامتداد AccessUpstate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SUNY Upstate Student Dashboard AccessUpstate offers quick and convenient access to a wide range of common social media links, Upstate student resources, and medical research tools. Customize your experience using the button in the top left corner. Functions: - Quick access to Outlook, BlackBoard, Presence, Kaltura, and My Upstate - Current Syracuse weather and and upcoming forecast - Quick access to social media sites and study resources - UpToDate search that works off-campus and integrated PubMed search
معلومات أساسية عن التمديد
الاسم | |
ID | ldlnlbaikjjnnpfccaoabbebafmgaeje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje |
الوصف | SUNY Upstate Student Dashboard |
حجم الملف | 21.93 MB |
عدد التثبيتات | 227 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2021-03-08 |
تاريخ النشر | 2018-09-29 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | Zach Visco |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AccessUpstate", "version": "2.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/jquery.js", "js\/apiKeys.js", "js\/options.js", "js\/background.js", "js\/customizeLinks.js", "js\/clock.js", "js\/weather.js", "js\/searchBars.js", "js\/analytics.js" ], "persistent": false }, "icons": { "16": "img\/main-img\/seal16.png", "48": "img\/main-img\/seal48.png", "128": "img\/main-img\/seal128.png" }, "description": "SUNY Upstate Student Dashboard", "permissions": [ "storage" ] } |