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 |
Eメール | [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" ] } |