Truww - COWIN INSTANT ALERT
Run this extension on the COWIN search page to get instant alerts!
O que é Truww - COWIN INSTANT ALERT?
Truww - COWIN INSTANT ALERT é uma extensão do Chrome desenvolvida por https://truww.com, e sua principal característica é "Run this extension on the COWIN search page to get instant alerts!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Truww - COWIN INSTANT ALERT
Baixe arquivos de extensão Truww - COWIN INSTANT ALERT 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
Truww COWIN alerts you on slot availability directly on the COWIN website. It checks for slot availability every 60 seconds (configurable) and alerts on slot availability playing a voice note so you can immediately book your slot. Instead of depending on the API this extension directly checks through the website with a logged in user session and hence it can check for slots realtime. Note: This plugin does not book the slot for you and it has to be done by you only. Also note that your login session may expire every few minutes. We strongly recommend you try this plugin only on specific hours of the day when new slots are expected.
Informações Básicas da Extensão
Nome | Truww - COWIN INSTANT ALERT |
ID | fiaegdbangahpengjacdmpcggbnhbcaa |
URL Oficial | https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa |
Descrição | Run this extension on the COWIN search page to get instant alerts! |
Tamanho do Arquivo | 33.78 KB |
Contagem de Instalações | 360 |
Versão Atual | 1.5 |
Última Atualização | 2021-05-16 |
Data de Publicação | 2021-05-08 |
Classificação | 3.71/5 Total de 7 Avaliações |
Desenvolvedor | https://truww.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truww - COWIN INSTANT ALERT", "description": "Run this extension on the COWIN search page to get instant alerts!", "version": "1.5", "manifest_version": 2, "incognito": "spanning", "content_scripts": [ { "matches": [ "https:\/\/*.cowin.gov.in\/*", "https:\/\/selfregistration.cowin.gov.in\/appointment" ], "js": [ "jquery-2.2.4.min.js", "background.js" ] } ] } |