AccessUpstate
SUNY Upstate Student Dashboard
AccessUpstate là gì?
AccessUpstate là một tiện ích mở rộng Chrome được phát triển bởi Zach Visco, và tính năng chính của nó là "SUNY Upstate Student Dashboard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AccessUpstate
Tải xuống các tệp mở rộng AccessUpstate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldlnlbaikjjnnpfccaoabbebafmgaeje |
URL Chính Thức | https://chromewebstore.google.com/detail/accessupstate/ldlnlbaikjjnnpfccaoabbebafmgaeje |
Mô tả | SUNY Upstate Student Dashboard |
Kích Thước Tệp | 21.93 MB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2021-03-08 |
Ngày Phát Hành | 2018-09-29 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Zach Visco |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |