Truww - COWIN INSTANT ALERT

Run this extension on the COWIN search page to get instant alerts!

Was ist Truww - COWIN INSTANT ALERT?

Truww - COWIN INSTANT ALERT ist eine Chrome-Erweiterung, die von https://truww.com entwickelt wurde, und ihr Hauptmerkmal ist "Run this extension on the COWIN search page to get instant alerts!".

Erweiterungsscreenshots

screenshot
screenshot

Truww - COWIN INSTANT ALERT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Truww - COWIN INSTANT ALERT-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

                        Truww COWIN alerts you on slot availability directly on the COWIN website. It checks for slot availability every 60 seconds (configurable) and alerts on slot availability playing a voice note so you can immediately book your slot. Instead of depending on the API this extension directly checks through the website with a logged in user session and hence it can check for slots realtime.

Note: This plugin does not book the slot for you and it has to be done by you only. Also note that your login session may expire every few minutes. We strongly recommend you try this plugin only on specific hours of the day when new slots are expected.                    

Grundlegende Informationen zur Erweiterung

Name Truww - COWIN INSTANT ALERT Truww - COWIN INSTANT ALERT
ID fiaegdbangahpengjacdmpcggbnhbcaa
Offizielle URL https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa
Beschreibung Run this extension on the COWIN search page to get instant alerts!
Dateigröße 33.78 KB
Installationsanzahl 360
Aktuelle Version 1.5
Letztes Update 2021-05-16
Veröffentlichungsdatum 2021-05-08
Bewertung 3.71/5 Insgesamt 7 Bewertungen
Entwickler https://truww.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truww - COWIN INSTANT ALERT",
    "description": "Run this extension on the COWIN search page to get instant alerts!",
    "version": "1.5",
    "manifest_version": 2,
    "incognito": "spanning",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cowin.gov.in\/*",
                "https:\/\/selfregistration.cowin.gov.in\/appointment"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "background.js"
            ]
        }
    ]
}