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 |
官方網址 | 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" ] } |