Indian Covid Vaccine Slot Tracker

An Application to track covid vaccine slot on Cowin.

What is Indian Covid Vaccine Slot Tracker?

Indian Covid Vaccine Slot Tracker is a Chrome extension developed by Shubham Mishra, and its main feature is "An Application to track covid vaccine slot on Cowin.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Indian Covid Vaccine Slot Tracker Extension CRX File

Download Indian Covid Vaccine Slot Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Indian Covid Vaccine Slot Tracker Indian Covid Vaccine Slot Tracker
ID mbkoblihillkneidnmbgdaafdbgnejcg
Official URL https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg
Description An Application to track covid vaccine slot on Cowin.
File Size 1.11 MB
Installation Count 236
Current Version 0.0.2
Last Updated 2021-05-25
Publish Date 2021-05-18
Developer Shubham Mishra
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}