Co-Win Slot Finder
Co-Win Slot Finder helps to find available vaccination center based on preference
O que é Co-Win Slot Finder?
Co-Win Slot Finder é uma extensão do Chrome desenvolvida por Soumyarup Banik, e sua principal característica é "Co-Win Slot Finder helps to find available vaccination center based on preference".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Co-Win Slot Finder
Baixe arquivos de extensão Co-Win Slot Finder 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
Co-Win Slot Finder uses CoWin public API to search and filter all possible and available vaccination centers based on your location preference where slots available without logging into the cowin portal. Features: 1. Based on your State, District, Age Group, Dose and Vaccine choice, user can set their preference. 2. Clicking on the alert icon, once a slot is available, it will popup a notification in the screen. 3. Clicking on the Center name, it will open a google map from where user can locate the vaccination center. N.B. This extension only give a list for available vaccination centers, this doesn't guarantee slot booking. Releases: 0.1.3 Added notification sound. 0.1.5 Added preference based on the Dose number and preferred vaccine. Improved UI
Informações Básicas da Extensão
Nome | Co-Win Slot Finder |
ID | gblkgcmlfkljiapefjpeoaoeedknjoob |
URL Oficial | https://chromewebstore.google.com/detail/co-win-slot-finder/gblkgcmlfkljiapefjpeoaoeedknjoob |
Descrição | Co-Win Slot Finder helps to find available vaccination center based on preference |
Tamanho do Arquivo | 1.7 MB |
Contagem de Instalações | 303 |
Versão Atual | 0.1.6 |
Última Atualização | 2021-05-18 |
Data de Publicação | 2021-05-12 |
Classificação | 4.13/5 Total de 8 Avaliações |
Desenvolvedor | Soumyarup Banik |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Co-Win Slot Finder", "version": "0.1.6", "description": "Co-Win Slot Finder helps to find available vaccination center based on preference", "permissions": [ "notifications", "storage" ], "icons": { "32": "assets\/icon32.png" }, "browser_action": { "default-icon": "assets\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js" ], "persistent": true } } |