USMLE Spot Checker

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

O que é USMLE Spot Checker?

USMLE Spot Checker é uma extensão do Chrome desenvolvida por Vumz, e sua principal característica é "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão USMLE Spot Checker

Baixe arquivos de extensão USMLE Spot Checker 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

                        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                    

Informações Básicas da Extensão

Nome USMLE Spot Checker USMLE Spot Checker
ID ilhlpcpkfdncbghoijdicibppgoppecc
URL Oficial https://chromewebstore.google.com/detail/usmle-spot-checker/ilhlpcpkfdncbghoijdicibppgoppecc
Descrição An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.
Tamanho do Arquivo 136 KB
Contagem de Instalações 1,179
Versão Atual 1.5
Última Atualização 2020-05-17
Data de Publicação 2020-05-16
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Vumz
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://forms.gle/6yRin2zX6VM5W4bY8
Idiomas Suportados 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'"
}