COVID Vaccine Slot Checker- India
This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.
Was ist COVID Vaccine Slot Checker- India?
COVID Vaccine Slot Checker- India ist eine Chrome-Erweiterung, die von Yogesh Joshi entwickelt wurde, und ihr Hauptmerkmal ist "This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.".
Erweiterungsscreenshots
COVID Vaccine Slot Checker- India-Erweiterungs-CRX-Datei herunterladen
Laden Sie COVID Vaccine Slot Checker- India-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The extension will monitor the cowin.gov.in for available vaccine slots for the given pincode/district & age bracket every few seconds. Once found it will alert the user with an audio alert and the user can click the extension to view the slots.
** IMPORTANT MESSAGE ** : The minimum interval for polling is deliberately kept at 15 secs, anything less than that could get your IP banned.
Update 1.21:
Added filter for free/paid
Added option for min age of 40 yrs
UI refresh only updates the 'Availability' panel
Update 1.20:
Show/Hide the filters section
Update 1.19:
Option to poll every 15 seconds
Filter by vaccine dose, type & minimum slots available
Update 1.18:
Option to search by district
Update 1.17:
Option to poll every 30 seconds
Option to check all age groups
Added loud notification Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hmmahfccoaoebmjhmcnbbomomkimomhi |
| Offizielle URL | https://chromewebstore.google.com/detail/covid-vaccine-slot-checke/hmmahfccoaoebmjhmcnbbomomkimomhi |
| Beschreibung | This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found. |
| Dateigröße | 621 KB |
| Installationsanzahl | 5,068 |
| Aktuelle Version | 1.21 |
| Letztes Update | 2021-06-08 |
| Veröffentlichungsdatum | 2021-04-29 |
| Bewertung | 4.49/5 Insgesamt 100 Bewertungen |
| Entwickler | Yogesh Joshi |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "COVID Vaccine Slot Checker- India",
"description": "This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.",
"version": "1.21",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"background": {
"persistent": true,
"scripts": [
"js\/jquery.js",
"js\/background.js"
]
}
} | |