USMLE Spot Checker

An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.

USMLE Spot Checker란 무엇입니까?

USMLE Spot Checker은(는) Vumz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

USMLE Spot Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Update: COMLEX support has been added and we are currently developing a website to enable continuous monitoring and email notifications. Stay tuned!

This extension allows users to search for available testing dates in an easy and efficient manner. It is currently targeted towards the USMLE Step 1, Step 2 CK, and COMLEX exams. Users can select any location and dates to search for the testing sites currently available on those dates. The extension runs locally on your browser, opening a new tab to search for availability and will close upon completing the search. A badge notification will appear next to the extension icon notifying when the search is complete, as well as a chrome notification. For questions or feedback fill out this google form: https://forms.gle/6yRin2zX6VM5W4bY8                    

확장 프로그램 기본 정보

이름 USMLE Spot Checker USMLE Spot Checker
ID ilhlpcpkfdncbghoijdicibppgoppecc
공식 URL https://chromewebstore.google.com/detail/usmle-spot-checker/ilhlpcpkfdncbghoijdicibppgoppecc
설명 An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.
파일 크기 136 KB
설치 횟수 1,179
현재 버전 1.5
최근 업데이트 2020-05-17
출시 날짜 2020-05-16
평점 3.00/5 총 2 개의 평점
개발자 Vumz
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://forms.gle/6yRin2zX6VM5W4bY8
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USMLE Spot Checker",
    "version": "1.5",
    "manifest_version": 2,
    "description": "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.",
    "icons": {
        "16": "icons\/SpotAlternate16.png",
        "48": "icons\/SpotAlternate48.png",
        "128": "icons\/SpotAlternate128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "USMLE Spot Checker",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "permissions": [
        "https:\/\/securereg3.prometric.com\/*",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}