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.
O que é COVID Vaccine Slot Checker- India?
COVID Vaccine Slot Checker- India é uma extensão do Chrome desenvolvida por Yogesh Joshi, e sua principal característica é "This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão COVID Vaccine Slot Checker- India
Baixe arquivos de extensão COVID Vaccine Slot Checker- India no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | hmmahfccoaoebmjhmcnbbomomkimomhi |
| URL Oficial | https://chromewebstore.google.com/detail/covid-vaccine-slot-checke/hmmahfccoaoebmjhmcnbbomomkimomhi |
| Descrição | This extension will monitor slots for vaccination from cowin.gov.in and trigger an audio alert as soon as a slot is found. |
| Tamanho do Arquivo | 621 KB |
| Contagem de Instalações | 5,068 |
| Versão Atual | 1.21 |
| Última Atualização | 2021-06-08 |
| Data de Publicação | 2021-04-29 |
| Classificação | 4.49/5 Total de 100 Avaliações |
| Desenvolvedor | Yogesh Joshi |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
]
}
} | |