Truww - COWIN INSTANT ALERT

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

Cos'è Truww - COWIN INSTANT ALERT?

Truww - COWIN INSTANT ALERT è un'estensione di Chrome sviluppata da https://truww.com, e la sua funzione principale è "Run this extension on the COWIN search page to get instant alerts!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Truww - COWIN INSTANT ALERT

Scarica i file di estensione Truww - COWIN INSTANT ALERT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Truww - COWIN INSTANT ALERT Truww - COWIN INSTANT ALERT
ID fiaegdbangahpengjacdmpcggbnhbcaa
URL Ufficiale https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa
Descrizione Run this extension on the COWIN search page to get instant alerts!
Dimensione del File 33.78 KB
Conteggio Installazioni 360
Versione Corrente 1.5
Ultimo Aggiornamento 2021-05-16
Data di Pubblicazione 2021-05-08
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore https://truww.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}