Indian Covid Vaccine Slot Tracker
An Application to track covid vaccine slot on Cowin.
Vad är Indian Covid Vaccine Slot Tracker?
Indian Covid Vaccine Slot Tracker är en Chrome-tillägg utvecklad av Shubham Mishra, och dess huvudfunktion är "An Application to track covid vaccine slot on Cowin.".
Tilläggsskärmbilder
Ladda ner Indian Covid Vaccine Slot Tracker-förlängningens CRX-fil
Ladda ner Indian Covid Vaccine Slot Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This Application helps people keep track of Covid vaccine slots availability on Cowin. Grundläggande Information om Tillägg
| Namn | |
| ID | mbkoblihillkneidnmbgdaafdbgnejcg |
| Officiell webbadress | https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg |
| Beskrivning | An Application to track covid vaccine slot on Cowin. |
| Filstorlek | 1.11 MB |
| Antal Installationer | 236 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2021-05-25 |
| Publiceringsdatum | 2021-05-18 |
| Utvecklare | Shubham Mishra |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |