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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة USMLE Spot Checker

قم بتنزيل ملفات الامتداد USMLE Spot Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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'"
}