Indian Covid Vaccine Slot Tracker
An Application to track covid vaccine slot on Cowin.
Wat is Indian Covid Vaccine Slot Tracker?
Indian Covid Vaccine Slot Tracker is een Chrome-extensie ontwikkeld door Shubham Mishra, en de belangrijkste functie is "An Application to track covid vaccine slot on Cowin.".
Extensie Screenshots
Download het CRX-bestand van de extensie Indian Covid Vaccine Slot Tracker
Download Indian Covid Vaccine Slot Tracker-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
This Application helps people keep track of Covid vaccine slots availability on Cowin. Basisinformatie over de Extensie
| Naam | |
| ID | mbkoblihillkneidnmbgdaafdbgnejcg |
| Officiële URL | https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg |
| Beschrijving | An Application to track covid vaccine slot on Cowin. |
| Bestandsgrootte | 1.11 MB |
| Aantal Installaties | 236 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2021-05-25 |
| Publicatiedatum | 2021-05-18 |
| Ontwikkelaar | Shubham Mishra |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |