UMich Med New Tab
New tabs will open UMich medical student portal page, providing convenient links for students.
¿Qué es UMich Med New Tab?
UMich Med New Tab es una extensión de Chrome desarrollada por David Garry, y su función principal es "New tabs will open UMich medical student portal page, providing convenient links for students.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UMich Med New Tab
Descarga archivos de extensión UMich Med New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | mcjemcajgnihpaciojkgpjcjdgikhfnl |
URL Oficial | https://chromewebstore.google.com/detail/umich-med-new-tab/mcjemcajgnihpaciojkgpjcjdgikhfnl |
Descripción | New tabs will open UMich medical student portal page, providing convenient links for students. |
Tamaño del Archivo | 4 MB |
Cantidad de Instalaciones | 63 |
Versión Actual | 1.0.1.0 |
Última Actualización | 2022-01-25 |
Fecha de Publicación | 2019-08-06 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | David Garry |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://forms.gle/NQsxvGEGtPCpU6an6 |
Idiomas Soportados | 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" ] } |