Indian Covid Vaccine Slot Tracker
An Application to track covid vaccine slot on Cowin.
Was ist Indian Covid Vaccine Slot Tracker?
Indian Covid Vaccine Slot Tracker ist eine Chrome-Erweiterung, die von Shubham Mishra entwickelt wurde, und ihr Hauptmerkmal ist "An Application to track covid vaccine slot on Cowin.".
Erweiterungsscreenshots
Indian Covid Vaccine Slot Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Indian Covid Vaccine Slot Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Application helps people keep track of Covid vaccine slots availability on Cowin.
Grundlegende Informationen zur Erweiterung
Name | Indian Covid Vaccine Slot Tracker |
ID | mbkoblihillkneidnmbgdaafdbgnejcg |
Offizielle URL | https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg |
Beschreibung | An Application to track covid vaccine slot on Cowin. |
Dateigröße | 1.11 MB |
Installationsanzahl | 236 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-05-25 |
Veröffentlichungsdatum | 2021-05-18 |
Entwickler | Shubham Mishra |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |