UMich Med New Tab
New tabs will open UMich medical student portal page, providing convenient links for students.
Cos'è UMich Med New Tab?
UMich Med New Tab è un'estensione di Chrome sviluppata da David Garry, e la sua funzione principale è "New tabs will open UMich medical student portal page, providing convenient links for students.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UMich Med New Tab
Scarica i file di estensione UMich Med New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
New tabs will open UMich medical student portal page, providing convenient links for students. ▶ Support for 1st and 2nd year student portals ▶ Backgrounds are images of the University of Michigan. ▶ Open the settings page using the small gear icon on the bottom right of a new tab to change your name, language, and other display settings. 2022 Update: New email link
Informazioni di Base sull'Estensione
Nome | |
ID | mcjemcajgnihpaciojkgpjcjdgikhfnl |
URL Ufficiale | https://chromewebstore.google.com/detail/umich-med-new-tab/mcjemcajgnihpaciojkgpjcjdgikhfnl |
Descrizione | New tabs will open UMich medical student portal page, providing convenient links for students. |
Dimensione del File | 4 MB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.0.1.0 |
Ultimo Aggiornamento | 2022-01-25 |
Data di Pubblicazione | 2019-08-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | David Garry |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://forms.gle/NQsxvGEGtPCpU6an6 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMich Med New Tab", "version": "1.0.1.0", "description": "New tabs will open UMich medical student portal page, providing convenient links for students.", "options_page": "options.html", "icons": { "16": "images\/m.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |