OK COVID Vaccine Scheduler Assistant

This extension filters through and hides all of the locations on the vaccine portal which currently don't have appointments.

什麼是OK COVID Vaccine Scheduler Assistant?

OK COVID Vaccine Scheduler Assistant是由jacrys開發的Chrome擴展程式,該擴展的主要功能是“This extension filters through and hides all of the locations on the vaccine portal which currently don't have appointments.”。

擴展截圖

screenshot

下載OK COVID Vaccine Scheduler Assistant擴展crx文件

下載OK COVID Vaccine Scheduler Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *******OSDH updated the site and added a couple of new buttons labelled "Available Appointments" and "Invitations Code"  you can either use their "Available Appointments" button or mine.  They do different things.  Mine filters the list in place, theirs takes you to a new page with all available appointments in a time frame.**************

This extension modifies the Oklahoma State Department of Health'*s COVID vaccination site (vaccination.oklahoma.gov) to eliminate the extra appointment locations which do not currently have available appointments.  

To use:
 - Go to the booking link sent to you by OSDH (Subject: "COVID-19 Vaccine - Book Appointment
").
- Once you are at the Locations Search screen:
  * Select your dose (1st, 2nd, or both)
  * Select Vaccine Manufacturer (Pfizer, Moderna, or Janssen [Johnson & Johnson])    
  * Click the green "Show Only Available" button.  
- Unavailable sites disappear
- Select an available site
- Profit

*This extension is not developed by, has not been sanctioned by, nor has been reviewed or endorsed by the OSDH.                    

擴展基本資訊

名稱 OK COVID Vaccine Scheduler Assistant OK COVID Vaccine Scheduler Assistant
ID ekgiddhapmpmjlaenhpbnmipdjhijlcg
官方網址 https://chromewebstore.google.com/detail/ok-covid-vaccine-schedule/ekgiddhapmpmjlaenhpbnmipdjhijlcg
簡介 This extension filters through and hides all of the locations on the vaccine portal which currently don't have appointments.
檔案大小 927 KB
安裝次數 83
目前版本 1.3
更新時間 2021-04-03
上架時間 2021-02-28
評分 5.00/5 共 4 次評分
開發者 jacrys
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Jacrys/OK-Covid-vax-appt-assistant
說明頁面URL https://github.com/Jacrys/OK-Covid-vax-appt-assistant
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OK COVID Vaccine Scheduler Assistant",
    "description": "This extension filters through and hides all of the locations on the vaccine portal which currently don't have appointments.",
    "version": "1.3",
    "icons": {
        "16": "images\/needle16w.png",
        "32": "images\/needle32w.png",
        "48": "images\/needle48w.png",
        "64": "images\/needle64w.png",
        "128": "images\/needle128w.png"
    },
    "permissions": [
        "https:\/\/vaccinate.oklahoma.gov\/*\/covidvaccine-location-map\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vaccinate.oklahoma.gov\/*\/covidvaccine-location-map\/"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/filter.js"
            ],
            "css": [
                "css\/filter.css"
            ]
        }
    ]
}