USMLE Spot Checker

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

USMLE Spot Checker là gì?

USMLE Spot Checker là một tiện ích mở rộng Chrome được phát triển bởi Vumz, và tính năng chính của nó là "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng USMLE Spot Checker

Tải xuống các tệp mở rộng USMLE Spot Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên USMLE Spot Checker USMLE Spot Checker
ID ilhlpcpkfdncbghoijdicibppgoppecc
URL Chính Thức https://chromewebstore.google.com/detail/usmle-spot-checker/ilhlpcpkfdncbghoijdicibppgoppecc
Mô tả An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 1,179
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-05-17
Ngày Phát Hành 2020-05-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Vumz
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://forms.gle/6yRin2zX6VM5W4bY8
Ngôn Ngữ Được Hỗ Trợ 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'"
}