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.
Wat is COVID Vaccine Slot Checker- India?
COVID Vaccine Slot Checker- India is een Chrome-extensie ontwikkeld door Yogesh Joshi, en de belangrijkste functie is "This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.".
Extensie Screenshots
Download het CRX-bestand van de extensie COVID Vaccine Slot Checker- India
Download COVID Vaccine Slot Checker- India-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hmmahfccoaoebmjhmcnbbomomkimomhi |
| Officiële URL | https://chromewebstore.google.com/detail/covid-vaccine-slot-checke/hmmahfccoaoebmjhmcnbbomomkimomhi |
| Beschrijving | This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found. |
| Bestandsgrootte | 621 KB |
| Aantal Installaties | 5,068 |
| Huidige Versie | 1.21 |
| Laatst Bijgewerkt | 2021-06-08 |
| Publicatiedatum | 2021-04-29 |
| Beoordeling | 4.49/5 Totaal 100 Beoordelingen |
| Ontwikkelaar | Yogesh Joshi |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |