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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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'"
}