UMich Med New Tab

New tabs will open UMich medical student portal page, providing convenient links for students.

UMich Med New Tab란 무엇입니까?

UMich Med New Tab은(는) David Garry에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tabs will open UMich medical student portal page, providing convenient links for students."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UMich Med New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 UMich Med New Tab UMich Med New Tab
ID mcjemcajgnihpaciojkgpjcjdgikhfnl
공식 URL https://chromewebstore.google.com/detail/umich-med-new-tab/mcjemcajgnihpaciojkgpjcjdgikhfnl
설명 New tabs will open UMich medical student portal page, providing convenient links for students.
파일 크기 4 MB
설치 횟수 63
현재 버전 1.0.1.0
최근 업데이트 2022-01-25
출시 날짜 2019-08-06
평점 5.00/5 총 3 개의 평점
개발자 David Garry
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://forms.gle/NQsxvGEGtPCpU6an6
지원되는 언어 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"
    ]
}