USMLE Spot Checker
An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.
Что такое USMLE Spot Checker?
USMLE Spot Checker - это расширение Chrome, разработанное Vumz, и его основная функция - "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.".
Снимки экрана расширения
Скачать файл CRX расширения USMLE Spot Checker
Скачайте файлы расширений USMLE Spot Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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'" } |