USMLE Spot Checker

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

USMLE Spot Checker क्या है?

USMLE Spot Checker Vumz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to notify users of Step 1, Step 2, and COMLEX testing date availability."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में USMLE Spot Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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'"
}