UMich Med New Tab
New tabs will open UMich medical student portal page, providing convenient links for students.
O que é UMich Med New Tab?
UMich Med New Tab é uma extensão do Chrome desenvolvida por David Garry, e sua principal característica é "New tabs will open UMich medical student portal page, providing convenient links for students.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UMich Med New Tab
Baixe arquivos de extensão UMich Med New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | mcjemcajgnihpaciojkgpjcjdgikhfnl |
URL Oficial | https://chromewebstore.google.com/detail/umich-med-new-tab/mcjemcajgnihpaciojkgpjcjdgikhfnl |
Descrição | New tabs will open UMich medical student portal page, providing convenient links for students. |
Tamanho do Arquivo | 4 MB |
Contagem de Instalações | 63 |
Versão Atual | 1.0.1.0 |
Última Atualização | 2022-01-25 |
Data de Publicação | 2019-08-06 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | David Garry |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://forms.gle/NQsxvGEGtPCpU6an6 |
Idiomas Suportados | 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" ] } |