Indian Covid Vaccine Slot Tracker
An Application to track covid vaccine slot on Cowin.
Hvad er Indian Covid Vaccine Slot Tracker?
Indian Covid Vaccine Slot Tracker er en Chrome-udvidelse udviklet af Shubham Mishra, og dens hovedfunktion er "An Application to track covid vaccine slot on Cowin.".
Udvidelsesskærmbilleder
Download Indian Covid Vaccine Slot Tracker-udvidelses-CRX-fil
Download Indian Covid Vaccine Slot Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This Application helps people keep track of Covid vaccine slots availability on Cowin.
Grundlæggende oplysninger om udvidelsen
Navn | Indian Covid Vaccine Slot Tracker |
ID | mbkoblihillkneidnmbgdaafdbgnejcg |
Officiel URL | https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg |
Beskrivelse | An Application to track covid vaccine slot on Cowin. |
Filstørrelse | 1.11 MB |
Antal Installationer | 236 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2021-05-25 |
Udgivelsesdato | 2021-05-18 |
Udvikler | Shubham Mishra |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Indian Covid Vaccine Slot Tracker", "version": "0.0.2", "description": "An Application to track covid vaccine slot on Cowin.", "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "icons": { "128": ".\/images\/icon128.png", "48": ".\/images\/icon48.png", "16": ".\/images\/icon16.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": ".\/images\/icon16.png", "default_popup": "popup.html" } } |