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 là gì?
OK COVID Vaccine Scheduler Assistant là một tiện ích mở rộng Chrome được phát triển bởi jacrys, và tính năng chính của nó là "This extension filters through and hides all of the locations on the vaccine portal which currently don't have appointments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OK COVID Vaccine Scheduler Assistant
Tải xuống các tệp mở rộng OK COVID Vaccine Scheduler Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*******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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OK COVID Vaccine Scheduler Assistant |
ID | ekgiddhapmpmjlaenhpbnmipdjhijlcg |
URL Chính Thức | https://chromewebstore.google.com/detail/ok-covid-vaccine-schedule/ekgiddhapmpmjlaenhpbnmipdjhijlcg |
Mô tả | This extension filters through and hides all of the locations on the vaccine portal which currently don't have appointments. |
Kích Thước Tệp | 927 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-04-03 |
Ngày Phát Hành | 2021-02-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | jacrys |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Jacrys/OK-Covid-vax-appt-assistant |
URL Trang Trợ Giúp | https://github.com/Jacrys/OK-Covid-vax-appt-assistant |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |