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によって開発されたChromeの拡張機能で、その主な機能は「An extension to notify users of Step 1, Step 2, and COMLEX testing date availability.」です。
拡張機能のスクリーンショット
USMLE Spot Checker拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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'" } |