AAMC MCAT Interface by Jack Westin

This extension allows users who have purchased AAMC practice material to view it in the proper intended MCAT exam format.

AAMC MCAT Interface by Jack Westinคืออะไร?

AAMC MCAT Interface by Jack Westin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jackwestin.com และคุณลักษณะหลักของมันคือ "This extension allows users who have purchased AAMC practice material to view it in the proper intended MCAT exam format."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AAMC MCAT Interface by Jack Westin

ดาวน์โหลดไฟล์ส่วนขยาย AAMC MCAT Interface by Jack Westin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows users who have AAMC practice material to view it in the proper intended MCAT exam format and provides highlight, strikethrough, next question, previous question functionality in order to best practice for the MCAT.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AAMC MCAT Interface by Jack Westin AAMC MCAT Interface by Jack Westin
ID jgglfdpjpddcdaeapbcfgckfheabbdpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aamc-mcat-interface-by-ja/jgglfdpjpddcdaeapbcfgckfheabbdpi
คำอธิบาย This extension allows users who have purchased AAMC practice material to view it in the proper intended MCAT exam format.
ขนาดไฟล์ 669 KB
จำนวนการติดตั้ง 26,088
เวอร์ชันปัจจุบัน 1.3.35
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2019-10-30
คะแนน 3.89/5 รวมทั้งหมด 88 คะแนน
ผู้พัฒนา https://www.jackwestin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jackwestin.com
URL หน้าช่วยเหลือ https://jackwestin.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://jackwestin.com/tos
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AAMC MCAT Interface by Jack Westin",
    "description": "This extension allows users who have purchased AAMC practice material to view it in the proper intended MCAT exam format.",
    "version": "1.3.35",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "https:\/\/www.mcatofficialprep.org\/*",
        "https:\/\/www.jackwestin.com\/*",
        "https:\/\/jackwestin.com\/*",
        "https:\/\/cms.jackwestin.com\/*"
    ],
    "background": {
        "page": "jw-extension.html"
    },
    "icons": {
        "180": "images\/icon180.png"
    },
    "browser_action": {
        "default_title": "MCAT Extension",
        "default_icon": "images\/icon180.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "js\/*.*",
        "images\/*.*",
        "font\/*.*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mcatofficialprep.org\/account\/user-portal\/courses"
            ],
            "js": [
                "js\/lib\/jquery-3.3.1.min.js",
                "js\/ExtensionUtils.js",
                "js\/userPortalContentScript.js"
            ],
            "css": [
                "css\/_shared.css",
                "css\/userPortalContentScript.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.mcatofficialprep.org\/app\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.3.1.min.js",
                "js\/lib\/smtp.js",
                "js\/lib\/modal.js",
                "js\/lib\/easytimer.min.js",
                "js\/UIBuilders.js",
                "js\/UIParsers.js",
                "js\/config\/aamc-mcat-section-bank.js",
                "js\/config\/mcat-biology-question-pack-v-1.js",
                "js\/config\/mcat-biology-question-pack-v-2.js",
                "js\/config\/mcat-cars-question-pack-v-1.js",
                "js\/config\/mcat-cars-question-pack-v-2.js",
                "js\/config\/mcat-chemistry-question-pack.js",
                "js\/config\/mcat-official-prep-cars-diagnostic-tool-course.js",
                "js\/config\/mcat-physics-question-pack.js",
                "js\/config\/online-flashcards.js",
                "js\/config\/online-practice-questions-official-guide.js",
                "js\/config\/mcat-sample-test.js",
                "js\/config\/aamc-mcat-practice-exam-1.js",
                "js\/config\/aamc-mcat-practice-exam-2.js",
                "js\/config\/aamc-mcat-practice-exam-3.js",
                "js\/config\/aamc-mcat-practice-exam-4.js",
                "js\/config\/free-practice-exam.js",
                "js\/config\/index.js",
                "js\/JwResult.js",
                "js\/JwTimer.js",
                "js\/StoredHighlightsUtils.js",
                "js\/Passage.js",
                "js\/ExtensionUtils.js",
                "js\/ExtensionUI.js",
                "js\/ExtensionController.js",
                "js\/content.js"
            ],
            "css": [
                "css\/FontAwesome.css",
                "css\/modals.css",
                "css\/form-controls.css",
                "css\/jw-popup.css",
                "css\/loading.css",
                "css\/navigation-view.css",
                "css\/result_view.css",
                "css\/validation_popup.css",
                "css\/_shared.css",
                "css\/extended-solutions.css",
                "css\/style_content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/jackwestin.com\/*"
            ],
            "js": [
                "js\/ExtensionUtils.js",
                "js\/jackWestinContentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}