Cowin Booking
Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
Wat is Cowin Booking?
Cowin Booking is een Chrome-extensie ontwikkeld door muthali ganesh, en de belangrijkste functie is "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha".
Extensie Screenshots
Download het CRX-bestand van de extensie Cowin Booking
Download Cowin Booking-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
Automatically books cowin vaccination appointment quickly and automatically
Basisinformatie over de Extensie
Naam | Cowin Booking |
ID | hpkpbfeihkdokkifjnfomcpjldjfpmig |
Officiële URL | https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig |
Beschrijving | Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha |
Bestandsgrootte | 100 KB |
Aantal Installaties | 25,128 |
Huidige Versie | 4.1.2 |
Laatst Bijgewerkt | 2021-06-08 |
Publicatiedatum | 2021-06-03 |
Beoordeling | 4.45/5 Totaal 53 Beoordelingen |
Ontwikkelaar | muthali ganesh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.aozata.com |
Help Pagina-URL | https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/ |
URL van de Privacybeleid Pagina | https://aozata.com/aozata-privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cowin Booking", "description": "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha", "version": "4.1.2", "content_scripts": [ { "matches": [ "https:\/\/selfregistration.cowin.gov.in\/*" ], "js": [ "jquery.min.js", "bootstrap.min.js", "model.js", "form.js", "contentScript.js", "captcha-dispatch-event.js", "shortcut.js", "sessionexp.js" ], "css": [ "bootstrap.min.css", "custom.css" ] } ], "icons": { "128": "icon.png" } } |