USMLE Spot Checker

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

¿Qué es USMLE Spot Checker?

USMLE Spot Checker es una extensión de Chrome desarrollada por Vumz, y su función principal es "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión USMLE Spot Checker

Descarga archivos de extensión USMLE Spot Checker 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

                        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                    

Información Básica de la Extensión

Nombre USMLE Spot Checker USMLE Spot Checker
ID ilhlpcpkfdncbghoijdicibppgoppecc
URL Oficial https://chromewebstore.google.com/detail/usmle-spot-checker/ilhlpcpkfdncbghoijdicibppgoppecc
Descripción An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.
Tamaño del Archivo 136 KB
Cantidad de Instalaciones 1,179
Versión Actual 1.5
Última Actualización 2020-05-17
Fecha de Publicación 2020-05-16
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Vumz
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://forms.gle/6yRin2zX6VM5W4bY8
Idiomas Soportados 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'"
}