TurboVax

Assists with securing a vaccine appointment from the MD massvax sites.

TurboVaxคืออะไร?

TurboVax เป็นส่วนขยายของ Chrome ที่พัฒนาโดย j.wo.soft และคุณลักษณะหลักของมันคือ "Assists with securing a vaccine appointment from the MD massvax sites."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TurboVax

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

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

                        If you live in Maryland and you are eligible to receive the vaccine, but have not had luck finding an appointment, then this is the extension for you.

TurboVax helps you find a vaccination appointment at one of Maryland's mass vaccination websites.

 - MD Mass Vax includes multiple locations like Six Flags, Regency Furniture Stadium, etc.

When it's time to schedule your appointment, TurboVax will play an audible alert to get your attention.

Instructions
1. Click the TurboVax icon in the extension toolbar/menu.
3. In the resulting popup select a vaccination registration website.
4. Proceed through the prompts for the vaccination site like normal.  TurboVax will pop in to help where it can. 
5. When an appointment is found, the extension will automatically stop running and will use both a visual and audible alert to get your attention.  
6. Good luck!

Changelog - v0.10.0
* Removed the UMMS site as it has switched to pre-registration.
* Added the ability to select an alternative notification sound.

Changelog - v0.9.1
* Updated the beer link to use the full path.

Changelog - v0.9
* Fixed a bug with the UMMS site where the page would refresh even when appointments were found.                    

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

ชื่อ TurboVax TurboVax
ID lhmlhlcpehgjmnhmkmgbdkdkjgfmfmkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turbovax/lhmlhlcpehgjmnhmkmgbdkdkjgfmfmkl
คำอธิบาย Assists with securing a vaccine appointment from the MD massvax sites.
ขนาดไฟล์ 1001 KB
จำนวนการติดตั้ง 1,688
เวอร์ชันปัจจุบัน 0.10.0
อัปเดตครั้งล่าสุด 2021-03-17
วันที่เผยแพร่ 2021-03-03
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา j.wo.soft
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TurboVax",
    "version": "0.10.0",
    "description": "Assists with securing a vaccine appointment from the MD massvax sites.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/massvax.maryland.gov\/*"
            ],
            "js": [
                "lib\/js\/jquery-3.5.1.min.js",
                "massvax.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "audio\/turbo-time.wav",
        "audio\/put-cookie-down.wav",
        "audio\/motion-tracker.wav"
    ],
    "manifest_version": 2
}