AccessUpstate
SUNY Upstate Student Dashboard
AccessUpstate क्या है?
AccessUpstate Zach Visco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SUNY Upstate Student Dashboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AccessUpstate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |