AccessUpstate
SUNY Upstate Student Dashboard
什么是AccessUpstate?
AccessUpstate是由Zach Visco开发的Chrome扩展程序,该扩展的主要功能是“SUNY Upstate Student Dashboard”。
扩展截图
下载AccessUpstate扩展crx文件
下载AccessUpstate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |