Book Covid-19 Vaccination Slots.

Extension to look for an empty vaccination slots.

Was ist Book Covid-19 Vaccination Slots.?

Book Covid-19 Vaccination Slots. ist eine Chrome-Erweiterung, die von prathameshnemade95 entwickelt wurde, und ihr Hauptmerkmal ist "Extension to look for an empty vaccination slots.".

Erweiterungsscreenshots

screenshot

Book Covid-19 Vaccination Slots.-Erweiterungs-CRX-Datei herunterladen

Laden Sie Book Covid-19 Vaccination Slots.-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 extensions helps you to look for an empty vaccination slot.
The scan is done for next 6 days, if there's any slot available in next 6 days it would land you on the booking appointment page.

Please land on the appointment page and then "Initialize" this extension.


How to use this?
a. Login into your account
b. Click on Schedule appointment
c. Filter it based on District/Pincode
d. And click on search button
e. Click on Initialise and then Start scan in the extension
f. Once the slot is available it will be booked automatically.

Note: It wont work on any other page except the appointment page.
Please refresh your page, If the extension does not Initialize.                    

Grundlegende Informationen zur Erweiterung

Name Book Covid-19 Vaccination Slots. Book Covid-19 Vaccination Slots.
ID nbihfiblmebjoppccegmiopkipcknedo
Offizielle URL https://chromewebstore.google.com/detail/book-covid-19-vaccination/nbihfiblmebjoppccegmiopkipcknedo
Beschreibung Extension to look for an empty vaccination slots.
Dateigröße 70.28 KB
Installationsanzahl 690
Aktuelle Version 1.0.5
Letztes Update 2021-06-08
Veröffentlichungsdatum 2021-05-10
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler prathameshnemade95
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Book Covid-19 Vaccination Slots.",
    "description": "Extension to look for an empty vaccination slots.",
    "manifest_version": 2,
    "version": "1.0.5",
    "icons": {
        "16": "vaccine16.png",
        "48": "vaccine48.png",
        "128": "vaccine128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "vaccine16.png",
            "48": "vaccine48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}