Indian Covid Vaccine Slot Tracker

An Application to track covid vaccine slot on Cowin.

Qu'est-ce que Indian Covid Vaccine Slot Tracker ?

Indian Covid Vaccine Slot Tracker est une extension Chrome développée par Shubham Mishra, et sa fonction principale est "An Application to track covid vaccine slot on Cowin.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Indian Covid Vaccine Slot Tracker

Téléchargez les fichiers d'extension Indian Covid Vaccine Slot Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This Application helps people keep track of Covid vaccine slots availability on Cowin.                    

Informations de Base sur l'Extension

Nom Indian Covid Vaccine Slot Tracker Indian Covid Vaccine Slot Tracker
ID mbkoblihillkneidnmbgdaafdbgnejcg
URL Officiel https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg
Description An Application to track covid vaccine slot on Cowin.
Taille du Fichier 1.11 MB
Nombre d'Installations 236
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-05-25
Date de Publication 2021-05-18
Développeur Shubham Mishra
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}